diff options
Diffstat (limited to 'systemd')
-rw-r--r-- | systemd/system/fedora-configure.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/systemd/system/fedora-configure.service b/systemd/system/fedora-configure.service index fcaa5348..f463c98b 100644 --- a/systemd/system/fedora-configure.service +++ b/systemd/system/fedora-configure.service @@ -1,7 +1,7 @@ [Unit] Description=Reconfigure the system on administrator request DefaultDependencies=no -Conflicts=multi-user.target shutdown.target +Conflicts=shutdown.target Before=multi-user.target shutdown.target After=local-fs.target ConditionPathExists=/.unconfigured |