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