mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 19:47:13 +08:00
14 lines
215 B
Desktop File
14 lines
215 B
Desktop File
[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
|