summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/rangehttpserver
diff options
context:
space:
mode:
authorVincent Haupert <mail@vincent-haupert.de>2022-08-04 14:06:25 +0200
committerWinter <winter@winter.cafe>2022-08-15 13:13:58 -0400
commit786f72c32e2a05528ae546ce48da2db2dc7facce (patch)
treeeba0bd4c42cc907c39b79056c2b300f0564e7bcb /pkgs/development/python-modules/rangehttpserver
parent006d9d2dfbc192257890f7d85c129f40b631b34f (diff)
nixos/github-runner: start `Runner.Listener` directly in `ExecStart=`
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.
Diffstat (limited to 'pkgs/development/python-modules/rangehttpserver')
0 files changed, 0 insertions, 0 deletions