mirror of
https://github.com/Retropex/apolloapi-v2.git
synced 2025-05-15 12:40:47 +02:00
14 lines
254 B
Desktop File
Executable File
14 lines
254 B
Desktop File
Executable File
[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 |