rc.local für Debian 11 angepasst
This commit is contained in:
15
etc/systemd/system/rc-local.service
Normal file
15
etc/systemd/system/rc-local.service
Normal 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
|
Reference in New Issue
Block a user