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 | |
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 'share')
-rw-r--r-- | share/man/container.1.txt | 3 | ||||
-rw-r--r-- | share/systemd/container@.service | 6 |
2 files changed, 6 insertions, 3 deletions
diff --git a/share/man/container.1.txt b/share/man/container.1.txt index b56a2bd..670efbe 100644 --- a/share/man/container.1.txt +++ b/share/man/container.1.txt @@ -108,6 +108,9 @@ The following files are used: */var/lib/machines*:: Container root directory. +*/var/log/container-tools*:: + Container log files. + SEE ALSO -------- 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] |