summaryrefslogtreecommitdiffstats
path: root/share/systemd/container-auto.service
diff options
context:
space:
mode:
Diffstat (limited to 'share/systemd/container-auto.service')
-rw-r--r--share/systemd/container-auto.service6
1 files changed, 4 insertions, 2 deletions
diff --git a/share/systemd/container-auto.service b/share/systemd/container-auto.service
index 4d7e10e..50f8ac6 100644
--- a/share/systemd/container-auto.service
+++ b/share/systemd/container-auto.service
@@ -1,3 +1,5 @@
+# Open Infrastructure: compute-tools
+
[Unit]
Description=compute-tools automatic start and stop
Documentation=man:container-auto
@@ -9,8 +11,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