switch to pid

This commit is contained in:
Alarig Le Lay 2019-03-05 14:19:34 +01:00
parent 8b0ceb8e34
commit 1fb9a85ebe
1 changed files with 1 additions and 1 deletions

View File

@ -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 $?
} }