diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2021-04-11 14:39:37 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2021-04-11 14:39:37 +0000 |
commit | 7601cec227843212ec58fc0198d1f6c9bc3cc00f (patch) | |
tree | bac1f5aed69181f1893516322c2b0663a90040a1 /share/systemd | |
parent | Using dpkg selection to check package availability in debconf container creat... (diff) | |
download | compute-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>
Diffstat (limited to '')
-rw-r--r-- | share/systemd/container-auto.service | 4 |
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 |