mirror of
https://git.openwrt.org/feed/telephony.git
synced 2025-01-09 04:09:47 +08:00
asterisk: send SIGHUP on reload
asterisk reloads its config upon SIGHUP, use it. Signed-off-by: Andre Heider <a.heider@gmail.com>
This commit is contained in:
parent
d080a6ec0e
commit
c84e2f7414
@ -61,3 +61,7 @@ start_service() {
|
||||
procd_close_instance
|
||||
|
||||
}
|
||||
|
||||
reload_service() {
|
||||
procd_send_signal $NAME
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user