diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/servicewatchdog/servicewatchdog.xml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/config/servicewatchdog/servicewatchdog.xml b/config/servicewatchdog/servicewatchdog.xml index 5e1ce309..c20f0a4e 100644 --- a/config/servicewatchdog/servicewatchdog.xml +++ b/config/servicewatchdog/servicewatchdog.xml @@ -69,4 +69,10 @@ <chmod>644</chmod> <item>http://www.pfsense.com/packages/config/servicewatchdog/servicewatchdog.inc</item> </additional_files_needed> -</packagegui>
\ No newline at end of file + <custom_php_install_command> + servicewatchdog_cron_job(); + </custom_php_install_command> + <custom_php_deinstall_command> + servicewatchdog_cron_job(true); + </custom_php_deinstall_command> +</packagegui> |