File xencommons.service of Package xen.openSUSE_13.2_Update
[Unit] Description=Xencommons - Script to start and stop xenstored and xenconsoled ConditionPathExists=/proc/xen # Make sure network (for bridge) and remote mounts (for xendomains) are available ... After=network-online.target After=remote-fs.target [Service] Type=oneshot RemainAfterExit=true ExecStartPre=/bin/grep -q control_d /proc/xen/capabilities ExecStart=-/etc/init.d/xencommons start ExecStop=/etc/init.d/xencommons stop KillMode=process [Install] WantedBy=multi-user.target