]> git.pld-linux.org Git - packages/xen.git/blob - xen-systemd.patch
- updated to 4.17.3
[packages/xen.git] / xen-systemd.patch
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
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
10 -EnvironmentFile=-@CONFIG_DIR@/@CONFIG_LEAF_DIR@/xencommons
11 +EnvironmentFile=-@CONFIG_DIR@/@CONFIG_LEAF_DIR@/xenconsoled
12  ExecStartPre=/bin/grep -q control_d /proc/xen/capabilities
13  ExecStartPre=/bin/mkdir -p ${XENCONSOLED_LOG_DIR}
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
16  
17  [Install]
18  WantedBy=multi-user.target
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.127861 seconds and 3 git commands to generate.