diff options
author | Bill Nottingham <notting@redhat.com> | 2010-11-17 08:25:01 -0500 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2010-11-17 08:25:01 -0500 |
commit | 7f934772b4c9c66f96e6c05a220b46ac89a43600 (patch) | |
tree | e09105ca1e198d24bd84a9a9fb056f37fc1011db /systemd/system | |
parent | 48da8e510bca624516172aa144b48a850f0e4ac9 (diff) | |
download | initscripts-7f934772b4c9c66f96e6c05a220b46ac89a43600.tar initscripts-7f934772b4c9c66f96e6c05a220b46ac89a43600.tar.gz initscripts-7f934772b4c9c66f96e6c05a220b46ac89a43600.tar.bz2 initscripts-7f934772b4c9c66f96e6c05a220b46ac89a43600.tar.xz initscripts-7f934772b4c9c66f96e6c05a220b46ac89a43600.zip |
Fix path (#654214)
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 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 |