diff options
-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 |