]> git.pld-linux.org Git - packages/xen.git/blame - xend.service
Set Dom0 name in xenstore under systemd
[packages/xen.git] / xend.service
CommitLineData
2e8b91a6
JR
1[Unit]
2Description=Xend - interface between hypervisor and some applications
3Requires=proc-xen.mount
4After=proc-xen.mount
5Before=libvirtd.service libvirt-guests.service
8849482e 6ConditionPathExists=/proc/xen
2e8b91a6
JR
7
8[Service]
9Type=forking
10PIDFile=/var/run/xend.pid
11ExecStartPre=/bin/grep -q control_d /proc/xen/capabilities
7ef08ab3
JR
12ExecStart=/usr/sbin/xend start
13ExecStop=/usr/sbin/xend stop
14ExecReload=/usr/sbin/xend reload
2e8b91a6
JR
15
16[Install]
17WantedBy=multi-user.target
This page took 0.038662 seconds and 4 git commands to generate.