Do not try to disable 'reboot' service
This commit is contained in:
parent
33ed1ecad8
commit
01a1aeb403
@ -96,6 +96,7 @@ do
|
|||||||
[ $srv = 'killall' ] && continue
|
[ $srv = 'killall' ] && continue
|
||||||
[ $srv = 'halt' ] && continue
|
[ $srv = 'halt' ] && continue
|
||||||
[ $srv = 'single' ] && continue
|
[ $srv = 'single' ] && continue
|
||||||
|
[ $srv = 'reboot' ] && continue
|
||||||
[ $srv = 'qubes_gui' ] && continue
|
[ $srv = 'qubes_gui' ] && continue
|
||||||
chkconfig $srv off
|
chkconfig $srv off
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user