]> err.no Git - systemd-rc/blob - rc-local.service
Patchy fixup, since debian doesn't really have a sysinit service
[systemd-rc] / rc-local.service
1 [Unit]
2 Description=/etc/rc.local Compatibility
3 Requires=basic.target
4 Names=local.service
5
6 [Service]
7 ExecStart=/etc/rc.local start
8 Type=finish
9 TimeoutSec=0
10 StandardInput=tty
11 ValidNoProcess=yes
12 SysVStartPriority=99