Skip to content
Snippets Groups Projects
Commit 2f928f78 authored by Guido Günther's avatar Guido Günther
Browse files

Add missing "-d" to libvirt-bin's restart option

otherwise daemon restarts will just hang.

Closes: #688146
Thanks: Laurent Bigonville
parent cd7e6955
No related branches found
No related tags found
No related merge requests found
......@@ -133,7 +133,7 @@ case "$1" in
/var/run/$NAME.pid --exec $DAEMON
[ -n "$DODTIME" ] && sleep $DODTIME
start-stop-daemon --start --quiet --pidfile \
/var/run/$NAME.pid --exec $DAEMON -- $libvirtd_opts
/var/run/$NAME.pid --exec $DAEMON -- -d $libvirtd_opts
if running; then
log_end_msg 0
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment