]> git.pld-linux.org Git - packages/xen.git/blame - xenconsoled.service
another syntax fix in xendomains.init
[packages/xen.git] / xenconsoled.service
CommitLineData
2e8b91a6
JR
1[Unit]
2Description=Xenconsoled - handles logging from guest consoles and hypervisor
3Requires=proc-xen.mount
4After=proc-xen.mount xenstored.service
5
6[Service]
7Type=simple
8Environment=XENCONSOLED_ARGS=
9Environment=XENCONSOLED_LOG=none
10Environment=XENCONSOLED_LOG_DIR=/var/log/xen/console
11EnvironmentFile=-/etc/sysconfig/xenconsoled
12PIDFile=/var/run/xenconsoled.pid
13ExecStartPre=/bin/grep -q control_d /proc/xen/capabilities
14ExecStart=/usr/sbin/xenconsoled --log=${XENCONSOLED_LOG} --log-dir=${XENCONSOLED_LOG_DIR} $XENCONSOLED_ARGS
15
16[Install]
17WantedBy=multi-user.target
This page took 0.061898 seconds and 4 git commands to generate.