From 7f934772b4c9c66f96e6c05a220b46ac89a43600 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 17 Nov 2010 08:25:01 -0500 Subject: Fix path (#654214) --- systemd/system/fedora-configure.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'systemd/system') 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 -- cgit v1.2.1