On s'assure que le processus est bien tué lors d'un stop
darcs-hash:20070910124357-72cb0-4cab7e48dcb3f844a78d990424d0a6322c2be71b.gz
This commit is contained in:
parent
5ac048dbd9
commit
ba8b9c1a21
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ case "$1" in
|
|||
;;
|
||||
stop)
|
||||
echo -n "Arrêt du parsage des logs du firewall"
|
||||
start-stop-daemon --stop --quiet --oknodo --make-pidfile --pidfile /var/run/filtrage_firewall.pid
|
||||
start-stop-daemon --stop --quiet --oknodo --retry 30 --make-pidfile --pidfile /var/run/filtrage_firewall.pid
|
||||
echo "."
|
||||
;;
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ case "$1" in
|
|||
;;
|
||||
stop)
|
||||
echo -n "Arrêt du parsage des logs du netacct"
|
||||
start-stop-daemon --stop --quiet --oknodo --make-pidfile --pidfile /var/run/filtrage_netacct.pid
|
||||
start-stop-daemon --stop --quiet --oknodo --retry 30 --make-pidfile --pidfile /var/run/filtrage_netacct.pid
|
||||
echo "."
|
||||
;;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue