Do not try to disable 'reboot' service
This commit is contained in:
parent
809e1db247
commit
00ff62767a
@ -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