summaryrefslogtreecommitdiffstats
path: root/share/systemd/container@.service
diff options
context:
space:
mode:
Diffstat (limited to 'share/systemd/container@.service')
-rw-r--r--share/systemd/container@.service3
1 files changed, 3 insertions, 0 deletions
diff --git a/share/systemd/container@.service b/share/systemd/container@.service
index 9e9f720..4bd7be5 100644
--- a/share/systemd/container@.service
+++ b/share/systemd/container@.service
@@ -1,9 +1,12 @@
+# Open Infrastructure: compute-tools
+
[Unit]
Description="Container: %i"
Documentation=man:compute-tools
[Service]
Type=simple
+Environment=TERM=xterm-256color
ExecStart=/usr/bin/container start --name %i --nspawn --no-notification
ExecStartPost=/usr/bin/container start --name %i --start --no-notification
ExecStopPost=/usr/bin/container stop -n %i --clean --no-notification