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