-
-
Notifications
You must be signed in to change notification settings - Fork 58
Expand file tree
/
Copy path1004-systemd-enable-xenconsoled-logging-by-default.patch
More file actions
32 lines (28 loc) · 1.22 KB
/
1004-systemd-enable-xenconsoled-logging-by-default.patch
File metadata and controls
32 lines (28 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
From 7f085dc8b9cab734f3f0bc22640b3088a048669e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?=
<marmarek@invisiblethingslab.com>
Date: Mon, 19 Oct 2015 03:25:16 +0200
Subject: [PATCH] systemd: enable xenconsoled logging by default
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Signed-off-by: Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com>
---
tools/hotplug/Linux/systemd/xenconsoled.service.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tools/hotplug/Linux/systemd/xenconsoled.service.in b/tools/hotplug/Linux/systemd/xenconsoled.service.in
index d84c09aa9c51..206d75625d44 100644
--- a/tools/hotplug/Linux/systemd/xenconsoled.service.in
+++ b/tools/hotplug/Linux/systemd/xenconsoled.service.in
@@ -6,8 +6,8 @@ ConditionPathExists=/proc/xen/capabilities
[Service]
Type=simple
-Environment=XENCONSOLED_ARGS=
-Environment=XENCONSOLED_TRACE=none
+Environment=XENCONSOLED_ARGS="--replace-escape --timestamp=all"
+Environment=XENCONSOLED_TRACE=all
Environment=XENCONSOLED_LOG_DIR=@XEN_LOG_DIR@/console
EnvironmentFile=-@CONFIG_DIR@/@CONFIG_LEAF_DIR@/xencommons
ExecStartPre=/bin/grep -q control_d /proc/xen/capabilities
--
2.44.0