rc.local für Debian 11 angepasst

This commit is contained in:
Steffen Probst
2021-08-10 13:12:54 +02:00
parent b8b1789f8f
commit 5ae6ed9b01
3 changed files with 60 additions and 0 deletions

View File

@ -0,0 +1,15 @@
# /etc/systemd/system/rc-local.service
[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