launchd: add missing option description
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
parent
54ab8bc155
commit
3017414609
1 changed files with 4 additions and 0 deletions
|
|
@ -259,6 +259,10 @@ in
|
|||
AfterInitialDemand = mkOption {
|
||||
type = types.nullOr types.bool;
|
||||
default = null;
|
||||
description = ''
|
||||
Whether to defer evaluating other `KeepAlive` conditions until
|
||||
the job has been started at least once by demand.
|
||||
'';
|
||||
};
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue