vm/systemd: force exit status 0 in qubes-sysinit

If /rw/config/rc.local-early does not exits, exit status is incorrectly 1.
This commit is contained in:
Marek Marczykowski 2012-10-15 02:33:36 +02:00
parent 7131bb7dcd
commit e0780538f6

View File

@ -72,3 +72,4 @@ fi
[ -x /rw/config/rc.local-early ] && /rw/config/rc.local-early
exit 0