mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-12 15:14:13 +00:00
6d8391a3ce
Similar to the `user` option, the added `group` option sets the group of the executing process. If not `null`, it also sets `DynamicUser=false`. In case `user` is set to `null` (the default), systemd would run the service as root implicitly. As this is dangerous and most certainly not what users want, we force them to set `user = "root"` explicitly if that's really their intention. That's achieved through an assertion. |
||
---|---|---|
.. | ||
buildbot | ||
github-runner | ||
gocd-agent | ||
gocd-server | ||
hercules-ci-agent | ||
hydra | ||
jenkins | ||
woodpecker | ||
buildkite-agents.nix | ||
gitea-actions-runner.nix | ||
github-runners.nix | ||
gitlab-runner.nix |