diff options
Diffstat (limited to 'systemd/system/fedora-configure.service')
-rw-r--r-- | systemd/system/fedora-configure.service | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/systemd/system/fedora-configure.service b/systemd/system/fedora-configure.service deleted file mode 100644 index 9564ae55..00000000 --- a/systemd/system/fedora-configure.service +++ /dev/null @@ -1,15 +0,0 @@ -[Unit] -Description=Reconfigure the system on administrator request -DefaultDependencies=no -Conflicts=shutdown.target -Before=multi-user.target shutdown.target -After=local-fs.target -ConditionPathExists=/.unconfigured - -[Service] -ExecStart=/lib/systemd/fedora-configure -ExecStopPost=/bin/rm -f /.unconfigured -Type=oneshot -TimeoutSec=0 -StandardInput=tty -RemainAfterExit=yes |