Add reload for maradns init script. Closes #2819
Signed-off-by: Andy Boyett <agb-openwrt@padded-cell.net> git-svn-id: svn://svn.openwrt.org/openwrt/packages@9681 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
983e4b4b2a
commit
4887751196
@ -12,3 +12,7 @@ start() {
|
||||
stop() {
|
||||
killall duende maradns zoneserver
|
||||
}
|
||||
|
||||
reload() {
|
||||
killall -HUP maradns
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user