mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-17 10:43:10 +02:00
16 lines
333 B
Django/Jinja
16 lines
333 B
Django/Jinja
[Unit]
|
|
Description=/etc/rc.d/rc.local.shutdown compatibility
|
|
ConditionFileIsExecutable=/etc/rc.d/rc.local.shutdown
|
|
DefaultDependencies=no
|
|
After=rc-local.service basic.target
|
|
Before=shutdown.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/etc/rc.d/rc.local.shutdown
|
|
StandardInput=tty
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=shutdown.target
|