You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
333 B
15 lines
333 B
[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
|
|
|