1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-10-27 10:25:06 +03:00

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

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]