9069ef8fe4
xenstored.service blktapctrl.service xend.service xenconsoled.service xen-watchdog.service xendomains.service xencommons.service OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=259
18 lines
559 B
Desktop File
18 lines
559 B
Desktop File
[Unit]
|
|
Description=Xenconsoled - handles logging from guest consoles and hypervisor
|
|
After=xenstored.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
|