]> git.pld-linux.org Git - packages/xen.git/commitdiff
- only run xen services on dom0
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 23 Jul 2013 16:59:00 +0000 (18:59 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Tue, 23 Jul 2013 16:59:00 +0000 (18:59 +0200)
- rel 4

blktapctrl.service
xen-watchdog.service
xenconsoled.service
xend.service
xenstored.service

index 787053cc1b27eb91037a51927f1ecacdadf47ef8..b5c7c2c1cc85f30c311b676d81e5f0eaae99040b 100644 (file)
@@ -3,6 +3,7 @@ Description=blktapctrl daemon
 Requires=proc-xen.mount
 After=proc-xen.mount
 RefuseManualStop=true
+ConditionPathExists=/proc/xen
 
 [Service]
 Type=forking
index 9d0674c59c2a402310f7e004c6cf19cddf9e659a..8fd225a1272557909ec6ae55152f5d0199dcd404 100644 (file)
@@ -2,6 +2,7 @@
 Description=Xen-watchdog - run xen watchdog daemon
 Requires=proc-xen.mount
 After=proc-xen.mount xend.service
+ConditionPathExists=/proc/xen
 
 [Service]
 Type=forking
index cd3482ac72a4b4d536eb0705698639142ea5afd9..4c5429fb11544d89a8b49731354a01a047803a34 100644 (file)
@@ -2,6 +2,7 @@
 Description=Xenconsoled - handles logging from guest consoles and hypervisor
 Requires=proc-xen.mount
 After=proc-xen.mount xenstored.service
+ConditionPathExists=/proc/xen
 
 [Service]
 Type=simple
index f79220d5dbc205253e8e76a8638276b7a12cf073..0830bc46e7f7d7e6c6e39dc4036305415c7a8151 100644 (file)
@@ -3,6 +3,7 @@ Description=Xend - interface between hypervisor and some applications
 Requires=proc-xen.mount
 After=proc-xen.mount
 Before=libvirtd.service libvirt-guests.service
+ConditionPathExists=/proc/xen
 
 [Service]
 Type=forking
index f7be9119434a771e2d23d46aae80a86c7d62d0c3..72dcad64f5a0030b1b3e39cc9a353b2f8d90471a 100644 (file)
@@ -4,6 +4,7 @@ Requires=proc-xen.mount var-lib-xenstored.mount
 After=proc-xen.mount var-lib-xenstored.mount
 Before=libvirtd.service libvirt-guests.service xendomains.service xend.service
 RefuseManualStop=true
+ConditionPathExists=/proc/xen
 
 [Service]
 Type=forking
This page took 0.083002 seconds and 4 git commands to generate.