switch to pid

This commit is contained in:
Alarig Le Lay 2019-03-05 14:19:34 +01:00
부모 8b0ceb8e34
커밋 1fb9a85ebe
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제

파일 보기

@ -44,7 +44,7 @@ check_run() {
reload() {
check_run || return 1
ebegin "Reloading BIRD"
start-stop-daemon --signal HUP --exec ${command}
start-stop-daemon --signal HUP --pidfile "${pidfile}"
eend $?
}