aboutsummaryrefslogtreecommitdiff
path: root/rc-local-shutdown.service
blob: b8fb29166c578bd53999e02560b0a1ab86cbd6b0 (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=/etc/rc.local.shutdown Compatibility
After=rc-local.service
ConditionPathIsExecutable=/etc/rc.local.shutdown

[Service]
Type=oneshot
ExecStart=/etc/rc.local.shutdown
StandardInput=tty
RemainAfterExit=yes