diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-08-23 07:01:08 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-08-23 07:01:33 +0000 |
commit | ed21fa9744e3645350a27c8374615ae12dcb2999 (patch) | |
tree | dc52a318eb84e15d13e7844b69c3e0c9ae148b8e /share | |
parent | Releasing debian version 20190301-lts1-2. (diff) | |
download | open-infrastructure-compute-tools-ed21fa9744e3645350a27c8374615ae12dcb2999.tar.xz open-infrastructure-compute-tools-ed21fa9744e3645350a27c8374615ae12dcb2999.zip |
Merging upstream version 20190301-lts2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'share')
-rw-r--r-- | share/systemd/container@.service | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/share/systemd/container@.service b/share/systemd/container@.service index 9e9f720..99c4bd4 100644 --- a/share/systemd/container@.service +++ b/share/systemd/container@.service @@ -4,8 +4,7 @@ Documentation=man:compute-tools [Service] Type=simple -ExecStart=/usr/bin/container start --name %i --nspawn --no-notification -ExecStartPost=/usr/bin/container start --name %i --start --no-notification +ExecStart=/usr/bin/container start --name %i --start --no-notification ExecStopPost=/usr/bin/container stop -n %i --clean --no-notification KillMode=mixed |