diff options
author | Bill Nottingham <notting@redhat.com> | 2010-10-29 11:56:32 -0400 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2010-10-29 11:56:32 -0400 |
commit | 4e23bccc52a2a03c7d14cf89d96d6c1b197b6bda (patch) | |
tree | 079eaaae491c62e97bde9a0c73a7d0331368123b /systemd/system | |
parent | 2f51ac69b5a56444344af3248e80dff2a51d5661 (diff) | |
download | initscripts-4e23bccc52a2a03c7d14cf89d96d6c1b197b6bda.tar initscripts-4e23bccc52a2a03c7d14cf89d96d6c1b197b6bda.tar.gz initscripts-4e23bccc52a2a03c7d14cf89d96d6c1b197b6bda.tar.bz2 initscripts-4e23bccc52a2a03c7d14cf89d96d6c1b197b6bda.tar.xz initscripts-4e23bccc52a2a03c7d14cf89d96d6c1b197b6bda.zip |
Don't conflict with multi-user.target.
Diffstat (limited to 'systemd/system')
-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 |