aboutsummaryrefslogtreecommitdiffstats
path: root/systemd/system/fedora-configure.service
blob: fcaa534831735003d5d5f6e50968114c101b8227 (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=multi-user.target shutdown.target
Before=multi-user.target shutdown.target
After=local-fs.target
ConditionPathExists=/.unconfigured

[Service]
ExecStart=/lib/systemd/fedora-configure
ExecStopPost=rm -f /.unconfigured
Type=oneshot
TimeoutSec=0
StandardInput=tty
RemainAfterExit=yes