mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-11 02:24:36 +08:00
13 lines
254 B
SYSTEMD
13 lines
254 B
SYSTEMD
|
[Unit]
|
||
|
Description=temp files linker for catalyst
|
||
|
|
||
|
[Service]
|
||
|
SysVStartPriority=90
|
||
|
Type=oneshot
|
||
|
RemainAfterExit=yes
|
||
|
ExecStart=/usr/bin/temp_links_catalyst start
|
||
|
ExecStop=/usr/bin/temp_links_catalyst stop
|
||
|
KillMode=none
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|