diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/arpwatch.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/arpwatch.xml b/packages/arpwatch.xml index 97f907c2..e8f622e6 100644 --- a/packages/arpwatch.xml +++ b/packages/arpwatch.xml @@ -40,7 +40,8 @@ </custom_php_global_functions> <custom_add_php_command> sync_package_arpwatch(); - mwexec("/usr/bin/killall -HUP arpwatch"); + mwexec("/usr/bin/killall arpwatch"); + mwexec("/usr/local/etc/rc.d/arpwatch.sh"); </custom_add_php_command> </packagegui> |