summaryrefslogtreecommitdiffstats
path: root/share/systemd/container@.service
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2016-12-04 01:32:21 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2016-12-04 01:32:21 +0000
commitc0ee163860ebeb9458f2d68bd0abc0b96dc9e75f (patch)
tree97b1a1a667d7ae1cdc19fb31d95848a109facc13 /share/systemd/container@.service
parentAdding upstream version 20161125. (diff)
downloadopen-infrastructure-compute-tools-c5af4acd063e540e75835481e1fa67bd8082326c.tar.xz
open-infrastructure-compute-tools-c5af4acd063e540e75835481e1fa67bd8082326c.zip
Adding upstream version 20161201.upstream/20161201
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'share/systemd/container@.service')
-rw-r--r--share/systemd/container@.service6
1 files changed, 3 insertions, 3 deletions
diff --git a/share/systemd/container@.service b/share/systemd/container@.service
index 539139e..4a30ff6 100644
--- a/share/systemd/container@.service
+++ b/share/systemd/container@.service
@@ -4,9 +4,9 @@ Documentation=man:container-tools
[Service]
Type=simple
-ExecStart=/usr/bin/container start --name %i --nspawn
-ExecStartPost=/usr/bin/container start --name %i --start
-ExecStopPost=/usr/bin/container stop -n %i --clean
+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
KillMode=mixed
[Install]