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