Commit 271e9bcc authored by Grzegorz Daniluk's avatar Grzegorz Daniluk

init.d/hald.sh: hal needs more time to stop its child and for the process to disappear

parent f23b62f8
...@@ -58,7 +58,7 @@ stop() { ...@@ -58,7 +58,7 @@ stop() {
restart() { restart() {
stop stop
# give HAL time to stop his child # give HAL time to stop his child
sleep 1 sleep 2
start start
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment