forked from mirrors/nixpkgs
786f72c32e
The `runsvc.sh` script wraps a JavaScript script which starts `Runner.Listener` and also handles failures. This has the downside that the service _always_ exits with status code 0, i.e., success. This causes frequent service restarts when running in ephemeral mode with a faulty config as Systemd always sees a success exit status. To prevent this, this commit changes the service config to call `Runner.Listener` directly. The JavaScript wrapper stops the process with a SIGINT, hence, the Systemd unit now sends a SIGINT to stop the service. |
||
---|---|---|
.. | ||
buildbot | ||
gocd-agent | ||
gocd-server | ||
hercules-ci-agent | ||
hydra | ||
jenkins | ||
buildkite-agents.nix | ||
github-runner.nix | ||
gitlab-runner.nix | ||
hail.nix |