summaryrefslogtreecommitdiffstats
path: root/share/systemd/container-auto.service
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-20 17:12:42 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-20 17:12:42 +0000
commitcbfc4abda5f50267b8b2a40de90ee57424381ec6 (patch)
tree5e335b17d0e8c9eaadeb403d5ea91822a5867933 /share/systemd/container-auto.service
parentInitial commit. (diff)
downloadopen-infrastructure-compute-tools-cbfc4abda5f50267b8b2a40de90ee57424381ec6.tar.xz
open-infrastructure-compute-tools-cbfc4abda5f50267b8b2a40de90ee57424381ec6.zip
Adding upstream version 20221223.upstream/20221223upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'share/systemd/container-auto.service')
-rw-r--r--share/systemd/container-auto.service18
1 files changed, 18 insertions, 0 deletions
diff --git a/share/systemd/container-auto.service b/share/systemd/container-auto.service
new file mode 100644
index 0000000..50f8ac6
--- /dev/null
+++ b/share/systemd/container-auto.service
@@ -0,0 +1,18 @@
+# Open Infrastructure: compute-tools
+
+[Unit]
+Description=compute-tools automatic start and stop
+Documentation=man:container-auto
+After=network.target
+
+[Service]
+Type=oneshot
+RemainAfterExit=yes
+ExecStart=/usr/bin/container auto --start
+ExecStop=/usr/bin/container auto --stop
+Delegate=yes
+StandardOutput=journal
+StandardError=journal
+
+[Install]
+WantedBy=multi-user.target