Skip to content

Ensure juniorctf is stopped before docker on shutdown

Antoine Neuenschwander requested to merge ant0inet/juniorctf:fix-systemd into master

Using juniorctf with the unit file ctfd-docker.service on Ubuntu 18.10, the docker containers would not be properly stopped and removed on system shutdown because juniorctf was stopped after docker was stopped. This fix ensures juniorctf is stopped before the docker service on shutdown.

Merge request reports