mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 21:07:13 +08:00
13 lines
275 B
Desktop File
13 lines
275 B
Desktop File
[Unit]
|
|
Description=xen daemon file
|
|
After=xe-linux-distribution.service
|
|
Requires=proc-xen.mount
|
|
|
|
[Service]
|
|
PIDFile=/run/xe-daemon.pid
|
|
ExecStart=/usr/bin/xe-daemon -p /run/xe-daemon.pid
|
|
ExecStop=/usr/bin/pkill -TERM -F /run/xe-daemon.pid
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|