docker-ci-runner: fix stop hanging for 120s #217

Merged
b12f merged 1 commit from fix/ci-runner-docker-stop into main 2023-04-24 10:51:07 +00:00

View file

@ -102,5 +102,10 @@ in
};
};
};
# Fix container not stopping correctly and holding the system 120s upon
# shutdown / reboot
systemd.services.docker-drone-exec-runner.preStop = ''
docker stop drone-exec-runner
'';
};
}