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