summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2021-04-11 14:39:37 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2021-04-11 14:39:37 +0000
commit7601cec227843212ec58fc0198d1f6c9bc3cc00f (patch)
treebac1f5aed69181f1893516322c2b0663a90040a1
parentUsing dpkg selection to check package availability in debconf container creat... (diff)
downloadcompute-tools-7601cec227843212ec58fc0198d1f6c9bc3cc00f.tar.xz
compute-tools-7601cec227843212ec58fc0198d1f6c9bc3cc00f.zip
Updating unit file for systemd 246 wrt/ StandardError and StandardOutput options.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
-rw-r--r--share/systemd/container-auto.service4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/systemd/container-auto.service b/share/systemd/container-auto.service
index 4d7e10e..805bdc6 100644
--- a/share/systemd/container-auto.service
+++ b/share/systemd/container-auto.service
@@ -9,8 +9,8 @@ RemainAfterExit=yes
ExecStart=/usr/bin/container auto --start
ExecStop=/usr/bin/container auto --stop
Delegate=yes
-StandardOutput=syslog
-StandardError=syslog
+StandardOutput=journal
+StandardError=journal
[Install]
WantedBy=multi-user.target