aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2010-10-29 11:56:32 -0400
committerBill Nottingham <notting@redhat.com>2010-10-29 11:56:32 -0400
commit4e23bccc52a2a03c7d14cf89d96d6c1b197b6bda (patch)
tree079eaaae491c62e97bde9a0c73a7d0331368123b
parent2f51ac69b5a56444344af3248e80dff2a51d5661 (diff)
downloadinitscripts-4e23bccc52a2a03c7d14cf89d96d6c1b197b6bda.tar
initscripts-4e23bccc52a2a03c7d14cf89d96d6c1b197b6bda.tar.gz
initscripts-4e23bccc52a2a03c7d14cf89d96d6c1b197b6bda.tar.bz2
initscripts-4e23bccc52a2a03c7d14cf89d96d6c1b197b6bda.tar.xz
initscripts-4e23bccc52a2a03c7d14cf89d96d6c1b197b6bda.zip
Don't conflict with multi-user.target.
-rw-r--r--systemd/system/fedora-configure.service2
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