mirror of
https://github.com/Retropex/apolloapi-v2.git
synced 2025-05-14 20:20:49 +02:00
15 lines
305 B
Desktop File
Executable File
15 lines
305 B
Desktop File
Executable File
[Unit]
|
|
Description=/etc/rc.local Compatibility
|
|
ConditionPathExists=/etc/rc.local
|
|
|
|
[Service]
|
|
Type=forking
|
|
ExecStartPre=/usr/bin/udevadm settle --timeout=30
|
|
ExecStart=/etc/rc.local start
|
|
TimeoutSec=0
|
|
StandardOutput=tty
|
|
RemainAfterExit=yes
|
|
SysVStartPriority=99
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |