aboutsummaryrefslogtreecommitdiffstats
path: root/systemd
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2010-11-17 08:25:01 -0500
committerBill Nottingham <notting@redhat.com>2010-11-17 08:25:01 -0500
commit7f934772b4c9c66f96e6c05a220b46ac89a43600 (patch)
treee09105ca1e198d24bd84a9a9fb056f37fc1011db /systemd
parent48da8e510bca624516172aa144b48a850f0e4ac9 (diff)
downloadinitscripts-7f934772b4c9c66f96e6c05a220b46ac89a43600.tar
initscripts-7f934772b4c9c66f96e6c05a220b46ac89a43600.tar.gz
initscripts-7f934772b4c9c66f96e6c05a220b46ac89a43600.tar.bz2
initscripts-7f934772b4c9c66f96e6c05a220b46ac89a43600.tar.xz
initscripts-7f934772b4c9c66f96e6c05a220b46ac89a43600.zip
Fix path (#654214)
Diffstat (limited to 'systemd')
-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 f463c98b..9564ae55 100644
--- a/systemd/system/fedora-configure.service
+++ b/systemd/system/fedora-configure.service
@@ -8,7 +8,7 @@ ConditionPathExists=/.unconfigured
[Service]
ExecStart=/lib/systemd/fedora-configure
-ExecStopPost=rm -f /.unconfigured
+ExecStopPost=/bin/rm -f /.unconfigured
Type=oneshot
TimeoutSec=0
StandardInput=tty