switch to pid
This commit is contained in:
parent
8b0ceb8e34
commit
1fb9a85ebe
|
@ -44,7 +44,7 @@ check_run() {
|
||||||
reload() {
|
reload() {
|
||||||
check_run || return 1
|
check_run || return 1
|
||||||
ebegin "Reloading BIRD"
|
ebegin "Reloading BIRD"
|
||||||
start-stop-daemon --signal HUP --exec ${command}
|
start-stop-daemon --signal HUP --pidfile "${pidfile}"
|
||||||
eend $?
|
eend $?
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue