[Unit] Description=Xenconsoled - handles logging from guest consoles and hypervisor Requires=proc-xen.mount After=proc-xen.mount xenstored.service oxenstored.service ConditionPathExists=/proc/xen [Service] Type=simple Environment=XENCONSOLED_ARGS= Environment=XENCONSOLED_LOG=none Environment=XENCONSOLED_LOG_DIR=/var/log/xen/console EnvironmentFile=-/etc/sysconfig/xenconsoled PIDFile=/var/run/xenconsoled.pid ExecStartPre=/bin/grep -q control_d /proc/xen/capabilities ExecStart=/usr/sbin/xenconsoled --log=${XENCONSOLED_LOG} --log-dir=${XENCONSOLED_LOG_DIR} $XENCONSOLED_ARGS [Install] WantedBy=multi-user.target