diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-12-01 08:24:27 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-12-04 01:27:32 +0000 |
commit | df9f347849d45ada9c4b6824b5ff78ad3e4b718f (patch) | |
tree | d7ac1215cf2b17d63910303aa9f9b879427aad71 /share/systemd | |
parent | Adding note about configuration files in container manpage. (diff) | |
download | compute-tools-df9f347849d45ada9c4b6824b5ff78ad3e4b718f.tar.xz compute-tools-df9f347849d45ada9c4b6824b5ff78ad3e4b718f.zip |
Logging some container actions in container program to /var/log/container-tools/container.log.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to '')
-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] |