aboutsummaryrefslogtreecommitdiffstats
path: root/systemd/system/rhel-configure.service
blob: 68fbe78876a677e3f8e57497e7bd6b6db6e218eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[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=/usr/lib/systemd/rhel-configure
ExecStopPost=/bin/rm -f /.unconfigured
Type=oneshot
TimeoutSec=0
StandardInput=tty
RemainAfterExit=yes

[Install]
WantedBy=multi-user.target