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

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