mirror of https://github.com/CIRCL/Circlean
15 lines
246 B
INI
15 lines
246 B
INI
|
[Unit]
|
||
|
Description=/etc/rc.local Compatibility
|
||
|
ConditionPathExists=/etc/rc.local
|
||
|
|
||
|
[Service]
|
||
|
Type=forking
|
||
|
ExecStart=/etc/rc.local start
|
||
|
TimeoutSec=0
|
||
|
StandardOutput=tty
|
||
|
RemainAfterExit=yes
|
||
|
SysVStartPriority=99
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|