Fedora: Assorted tweaks to Fedora single-user mode.

1) Start after basic.target, not the deprecated sysinit.target
2) Conflict with shutdown.
This commit is contained in:
Bill Nottingham 2010-10-28 13:27:43 -04:00 committed by Lennart Poettering
parent 0fbe72dc37
commit 9524600eac
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@
[Unit]
Description=Rescue Shell
DefaultDependencies=no
Conflicts=multi-user.target
After=sysinit.target
Conflicts=multi-user.target shutdown.target
After=basic.target
Before=multi-user.target
[Service]