wsdd2: fix missing triggers

* add triggers so changes can be picked up

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
This commit is contained in:
Andy Walsh
2018-09-27 17:08:33 +02:00
parent 4b309aefd6
commit 32fe219d6f
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -10,3 +10,8 @@ start_service() {
procd_set_param file /var/etc/smb.conf
procd_close_instance
}
service_triggers() {
PROCD_RELOAD_DELAY=3000
procd_add_reload_trigger "dhcp" "system" "samba4"
}