Skip to content
Snippets Groups Projects
Commit 6f95d48e authored by Laurent Léonard's avatar Laurent Léonard
Browse files

Fix exit status codes in libvirt init script to comply with LSB

parent f561b2e8
No related branches found
No related tags found
No related merge requests found
......@@ -159,6 +159,11 @@ case "$1" in
else
log_progress_msg "not running"
log_end_msg 1
if [ -f "$PIDFILE" ] ; then
exit 1
else
exit 3
fi
fi
;;
*)
......
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