diff options
-rw-r--r-- | packages/quagga/quagga.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/quagga/quagga.xml b/packages/quagga/quagga.xml index 1b5caedc..14ce1ff9 100644 --- a/packages/quagga/quagga.xml +++ b/packages/quagga/quagga.xml @@ -11,6 +11,9 @@ <prefix>/usr/local/etc/rc.d</prefix> <chmod>0777</chmod> </additional_files_needed> + <custom_php_install_command> + mwexec("/usr/local/etc/rc.d/quagga.sh start"); + </custom_php_install_command> <custom_php_deinstall_command> mwexec("rm /usr/local/etc/rc.d/quagga*"); mwexec("rm /usr/local/etc/rc.d/watchquagga"); |