switch to pid

Cette révision appartient à :
Alarig Le Lay 2019-03-05 14:19:34 +01:00
Parent 8b0ceb8e34
révision 1fb9a85ebe
1 fichiers modifiés avec 1 ajouts et 1 suppressions

Voir le fichier

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