Merge pull request #277514 from gepbird/github-runner-update-docs

github-runner: mention manpage for serviceOverrides option
This commit is contained in:
h7x4
2024-01-20 16:57:03 +01:00
committed by GitHub

View File

@@ -153,6 +153,7 @@ with lib;
type = types.attrs;
description = lib.mdDoc ''
Modify the systemd service. Can be used to, e.g., adjust the sandboxing options.
See {manpage}`systemd.exec(5)` for more options.
'';
example = {
ProtectHome = false;