github-runner: mention manpage for serviceOverrides option

This commit is contained in:
Gutyina Gergő
2023-12-29 11:50:49 +01:00
parent 0fc31f75e5
commit 79e8fb92b8

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;