diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2016-12-04 01:32:25 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2016-12-04 01:49:34 +0000 |
commit | ac7bf8134162fa3fb4a2931d012aa72c123a8363 (patch) | |
tree | 62f519a89b1157a4a61f1aa16f8148cfdbdab9dd /share/systemd/container@.service | |
parent | Releasing debian version 20161125-1. (diff) | |
download | open-infrastructure-compute-tools-ac7bf8134162fa3fb4a2931d012aa72c123a8363.tar.xz open-infrastructure-compute-tools-ac7bf8134162fa3fb4a2931d012aa72c123a8363.zip |
Merging upstream version 20161201.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'share/systemd/container@.service')
-rw-r--r-- | share/systemd/container@.service | 6 |
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] |