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

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