This unit is provided by:
Options
- 
    [Install]- 
        WantedBy=multi-user.target
 
- 
        
- 
    [Service]- 
        Environment=XENCONSOLED_ARGS= XENCONSOLED_TRACE=none XENCONSOLED_LOG_DIR=/var/log/xen/console
- 
        EnvironmentFile=-/etc/sysconfig/xencommons
- 
        ExecStart=/usr/sbin/xenconsoled -i --log=${XENCONSOLED_TRACE} --log-dir=${XENCONSOLED_LOG_DIR} $XENCONSOLED_ARGS
- 
        ExecStartPre=/bin/grep -q control_d /proc/xen/capabilities /bin/mkdir -p ${XENCONSOLED_LOG_DIR}
- 
        Type=simple
 
- 
        
- 
    [Unit]- 
        After=proc-xen.mount xenstored.service
- 
        After=proc-xen.mount xenstored.service oxenstored.service
- 
        ConditionPathExists=/proc/xen/capabilities
- 
        Description=Xenconsoled - handles logging from guest consoles and hypervisor
- 
        Requires=proc-xen.mount
- 
        Requires=proc-xen.mount xenstored.service
 
- 
        
Additionnal notes
Nothing here.