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