Codebase list libvirt / 2f928f7
Add missing "-d" to libvirt-bin's restart option otherwise daemon restarts will just hang. Closes: #688146 Thanks: Laurent Bigonville Guido Günther 11 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
132132 /var/run/$NAME.pid --exec $DAEMON
133133 [ -n "$DODTIME" ] && sleep $DODTIME
134134 start-stop-daemon --start --quiet --pidfile \
135 /var/run/$NAME.pid --exec $DAEMON -- $libvirtd_opts
135 /var/run/$NAME.pid --exec $DAEMON -- -d $libvirtd_opts
136136 if running; then
137137 log_end_msg 0
138138 else