]> git.pld-linux.org Git - packages/xen.git/blob - xend.service
- fix for "patch unexpectedly ends in middle of line"
[packages/xen.git] / xend.service
1 [Unit]
2 Description=Xend - interface between hypervisor and some applications
3 Requires=proc-xen.mount
4 After=proc-xen.mount
5 Before=libvirtd.service libvirt-guests.service
6
7 [Service]
8 Type=forking
9 PIDFile=/var/run/xend.pid
10 ExecStartPre=/bin/grep -q control_d /proc/xen/capabilities
11 ExecStart=/usr/sbin/xend
12
13 [Install]
14 WantedBy=multi-user.target
This page took 0.051621 seconds and 3 git commands to generate.