File xencommons.service of Package xen.6738
[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 ExecStartPost=/bin/sh -c 'mv -vf /var/log/xen/xen-boot.log /var/log/xen/xen-boot.prev.log ; /usr/sbin/xl dmesg > /var/log/xen/xen-boot.log' ExecStop=/etc/init.d/xencommons stop KillMode=process [Install] WantedBy=multi-user.target