diff --git a/options.html b/options.html index 7ebf1a8d2..8a905606b 100644 --- a/options.html +++ b/options.html @@ -975,7 +975,7 @@ of launchd's LaunchAgents.
Type: bo <home-manager/modules/launchd/default.nix>
launchd.agents.<name>.enableWhether to enable ‹name›.
Type: boolean
Default: false
Example: true
Declared by:
<home-manager/modules/launchd/default.nix>
- |
launchd.agents.<name>.configDefine a launchd job. See launchd.plist(5) for details.
Type: submodule
Default: { }
Example:
{
+ launchd.agents.<name>.configDefine a launchd job. See launchd.plist(5) for details.
Type: attribute set of anything
Default: { }
Example:
{
ProgramArguments = [ "/usr/bin/say" "Good afternoon" ];
StartCalendarInterval = [
{
@@ -986,7 +986,7 @@ of launchd's LaunchAgents.Type: bo
}
Declared by:
<home-manager/modules/launchd/default.nix>
- |
launchd.agents.<name>.config.AbandonProcessGroupWhen a job dies, launchd kills any remaining processes with the same process group ID as the job. Setting +
launchd.agents.<name>.config.AbandonProcessGroupWhen a job dies, launchd kills any remaining processes with the same process group ID as the job. Setting this key to true disables that behavior.
Type: null or boolean
Default: null
Declared by:
<home-manager/modules/launchd/default.nix>
|
launchd.agents.<name>.config.DebugThis optional key specifies that launchd should adjust its log mask temporarily to LOG_DEBUG while
@@ -1043,8 +1043,8 @@ extend its break with the sbrk(2) system call.
launchd.agents.<name>.config.HardResourceLimits.MemoryLockThe maximum size (in bytes) which a process may lock into memory using the mlock(2) function.
Type: null or signed integer
Default: null
Declared by:
<home-manager/modules/launchd/default.nix>
|
launchd.agents.<name>.config.HardResourceLimits.NumberOfFilesThe maximum number of open files for this process. Setting this value in a system wide daemon
-will set the sysctl(3) kern.maxfiles (SoftResourceLimits) or kern.maxfilesperproc (HardResource-Limits) (HardResourceLimits)
-Limits) value in addition to the setrlimit(2) values.
Type: null or signed integer
Default: null
Declared by:
+will set the |