]> git.pld-linux.org Git - packages/xen.git/blame - xen-systemd.patch
- updated to 4.17.3
[packages/xen.git] / xen-systemd.patch
CommitLineData
7adc1ec4
JB
1--- xen-4.16.1/tools/hotplug/Linux/systemd/xenconsoled.service.in.orig 2022-09-18 15:05:07.257293114 +0200
2+++ xen-4.16.1/tools/hotplug/Linux/systemd/xenconsoled.service.in 2022-09-18 15:07:08.493302989 +0200
3@@ -7,12 +7,12 @@ ConditionPathExists=/proc/xen/capabiliti
899e28ce
JR
4 [Service]
5 Type=simple
6 Environment=XENCONSOLED_ARGS=
7-Environment=XENCONSOLED_TRACE=none
8+Environment=XENCONSOLED_LOG=none
9 Environment=XENCONSOLED_LOG_DIR=@XEN_LOG_DIR@/console
7adc1ec4 10-EnvironmentFile=-@CONFIG_DIR@/@CONFIG_LEAF_DIR@/xencommons
899e28ce 11+EnvironmentFile=-@CONFIG_DIR@/@CONFIG_LEAF_DIR@/xenconsoled
899e28ce
JR
12 ExecStartPre=/bin/grep -q control_d /proc/xen/capabilities
13 ExecStartPre=/bin/mkdir -p ${XENCONSOLED_LOG_DIR}
9178a513
JB
14-ExecStart=@sbindir@/xenconsoled -i --log=${XENCONSOLED_TRACE} --log-dir=${XENCONSOLED_LOG_DIR} $XENCONSOLED_ARGS
15+ExecStart=@sbindir@/xenconsoled -i --log=${XENCONSOLED_LOG} --log-dir=${XENCONSOLED_LOG_DIR} $XENCONSOLED_ARGS
899e28ce
JR
16
17 [Install]
18 WantedBy=multi-user.target
9178a513
JB
19--- xen-4.9.0/tools/hotplug/Linux/launch-xenstore.in.orig 2017-06-27 20:13:19.000000000 +0200
20+++ xen-4.9.0/tools/hotplug/Linux/launch-xenstore.in 2017-07-30 21:16:13.246222287 +0200
21@@ -46,7 +46,7 @@
22
23 test_xenstore && exit 0
24
25-test -f @CONFIG_DIR@/@CONFIG_LEAF_DIR@/xencommons && . @CONFIG_DIR@/@CONFIG_LEAF_DIR@/xencommons
26+test -f @CONFIG_DIR@/@CONFIG_LEAF_DIR@/xenstored && . @CONFIG_DIR@/@CONFIG_LEAF_DIR@/xenstored
27
28 [ "$XENSTORETYPE" = "" ] && XENSTORETYPE=daemon
29
This page took 1.773523 seconds and 4 git commands to generate.