mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-11 03:44:39 +08:00
13 lines
275 B
SYSTEMD
13 lines
275 B
SYSTEMD
|
[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
|