aboutsummaryrefslogtreecommitdiffstats
path: root/systemd/system/fedora-configure.service
blob: 9564ae55632716a1473802ce80d9addd214bfe65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[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