mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-05 19:37:13 +08:00
14 lines
215 B
SYSTEMD
14 lines
215 B
SYSTEMD
|
[Unit]
|
||
|
Description=/etc/rc.local Compatibility
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/etc/rc.local
|
||
|
TimeoutSec=0
|
||
|
StandardInput=tty
|
||
|
RemainAfterExit=yes
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|
||
|
Also=rc-local-shutdown.service
|