mirror of
https://github.com/openwrt/telephony.git
synced 2025-12-21 19:14:34 +04: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:
committed by
Sebastian Kemper
parent
d080a6ec0e
commit
c84e2f7414
@@ -61,3 +61,7 @@ start_service() {
|
||||
procd_close_instance
|
||||
|
||||
}
|
||||
|
||||
reload_service() {
|
||||
procd_send_signal $NAME
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user