mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 02:05:51 +03:00
nixos/systemd: document what scriptArgs
is for
This commit is contained in:
parent
b467047119
commit
84d8b9a809
@ -324,7 +324,11 @@ in rec {
|
||||
scriptArgs = mkOption {
|
||||
type = types.str;
|
||||
default = "";
|
||||
description = lib.mdDoc "Arguments passed to the main process script.";
|
||||
example = "%i";
|
||||
description = lib.mdDoc ''
|
||||
Arguments passed to the main process script.
|
||||
Can contain specifiers (`%` placeholders expanded by systemd, see {manpage}`systemd.unit(5)`).
|
||||
'';
|
||||
};
|
||||
|
||||
preStart = mkOption {
|
||||
|
Loading…
Reference in New Issue
Block a user