]> git.pld-linux.org Git - packages/xen.git/blame - xen-systemd.patch
- updated to 4.18.1; new sonames, ocaml libxenlight and libxentoollog are gone
[packages/xen.git] / xen-systemd.patch
CommitLineData
77814ee8
JB
1--- xen-4.18.1/tools/hotplug/Linux/systemd/xenconsoled.service.in.orig 2024-04-22 20:04:39.052416625 +0200
2+++ xen-4.18.1/tools/hotplug/Linux/systemd/xenconsoled.service.in 2024-04-22 20:06:13.978569033 +0200
7adc1ec4 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 12 ExecStartPre=/bin/grep -q control_d /proc/xen/capabilities
77814ee8 13 ExecStartPre=/bin/mkdir -p ${XENCONSOLED_LOG_DIR} @XEN_RUN_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 0.428891 seconds and 5 git commands to generate.