mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-05 12:47:16 +08:00
14 lines
232 B
SYSTEMD
14 lines
232 B
SYSTEMD
|
[Unit]
|
||
|
Description=/etc/rc.local.shutdown Compatibility
|
||
|
After=rc-local.service
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/etc/rc.local.shutdown
|
||
|
StandardInput=tty
|
||
|
RemainAfterExit=yes
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=shutdown.target
|
||
|
Also=rc-local.service
|