switch to pid

Este commit está contenido en:
Alarig Le Lay 2019-03-05 14:19:34 +01:00
padre 8b0ceb8e34
commit 1fb9a85ebe
Se han modificado 1 ficheros con 1 adiciones y 1 borrados

Ver fichero

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