summaryrefslogtreecommitdiffstats
path: root/share/systemd/container@.service (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-08-23Fix start of container by altering the systemd service file.Nik Lutz1-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>
2019-02-23Renaming container-tools to compute-tools.Daniel Baumann1-1/+1
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
2016-12-04Logging some container actions in container program to ↵Daniel Baumann1-3/+3
/var/log/container-tools/container.log. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
2016-06-14Adding documentation key in systemd unit files.Daniel Baumann1-0/+1
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
2016-05-18Using systemd to cleanup network interfaces after the container has been ↵Nik Lutz1-0/+1
stopped. Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
2016-05-18Using systemctl to start containers.Nik Lutz1-0/+11
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>