aboutsummaryrefslogtreecommitdiff
path: root/rc-local-shutdown.service
blob: 2d0715cdebae5196a53f3b45a1874804ee2780b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=/etc/rc.local.shutdown Compatibility
ConditionFileIsExecutable=/etc/rc.local.shutdown
DefaultDependencies=no
After=rc-local.service basic.target
Before=shutdown.target

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