summaryrefslogtreecommitdiffstats
path: root/share/systemd/container@.service (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix start of container by altering the systemd service file.Nik Lutz2019-08-231-2/+1
| | | | | | | | This fix workarounds a missing/wrong condition in the start script which leads to systemd-nspawn beeing called twice. The seconds call to systemd-nspawn fails because the container is already running. Systemd then killed the container. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Renaming container-tools to compute-tools.Daniel Baumann2019-02-231-1/+1
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Logging some container actions in container program to ↵Daniel Baumann2016-12-041-3/+3
| | | | | | /var/log/container-tools/container.log. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Adding documentation key in systemd unit files.Daniel Baumann2016-06-141-0/+1
| | | | Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Using systemd to cleanup network interfaces after the container has been ↵Nik Lutz2016-05-181-0/+1
| | | | | | stopped. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Using systemctl to start containers.Nik Lutz2016-05-181-0/+11
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>