diff --git a/options.xhtml b/options.xhtml index 9e8ff5198..addc8a9ee 100644 --- a/options.xhtml +++ b/options.xhtml @@ -9905,7 +9905,32 @@ null or (list of string)
with the -S flag to launchctl.Type: -null or string
+null or string or list of string + +Default:
+null
Declared by:
+
+
+<home-manager/modules/launchd/default.nix>
+
+ |
launchd.agents.<name>.config.LowPriorityBackgroundIO
+
+
+This optional key specifies whether the kernel should consider this daemon to be low priority when +doing file system I/O when the process is throttled with the Darwin-background classification.
+ +Type: +null or boolean
Default:
null
Type: -null or (submodule)
+null or (attribute set of (boolean or (submodule)))Default:
null
Example:
{
- ResetAtClose = true;
+ "org.nixos.service" = {
+ ResetAtClose = true;
+ };
}
-Declared by:
-
-
-<home-manager/modules/launchd/default.nix>
-
- |
launchd.agents.<name>.config.MachServices.HideUntilCheckIn
-
-
-Reserve the name in the namespace, but cause bootstrap_look_up() to fail until the job has -checked in with launchd.
- -Type: -null or boolean
- -Default:
-null
Declared by:
-
-
-<home-manager/modules/launchd/default.nix>
-
- |
launchd.agents.<name>.config.MachServices.ResetAtClose
-
-
-If this boolean is false, the port is recycled, thus leaving clients to remain oblivious to the -demand nature of job. If the value is set to true, clients receive port death notifications when -the job lets go of the receive right. The port will be recreated atomically with respect to bootstrap_look_up() -calls, so that clients can trust that after receiving a port death notification, -the new port will have already been recreated. Setting the value to true should be done with -care. Not all clients may be able to handle this behavior. The default value is false.
- -Type: -null or boolean
- -Default:
-null
Declared by:
@@ -10092,7 +10065,7 @@ resource limits based on what kind of job it is. If left unspecified, the system
resource limits to the job, throttling its CPU usage and I/O bandwidth. The following are valid values:
Default:
Declared by: +
launchd.agents.<name>.config.ServiceIPC
+
+
+This optional key specifies whether the job participates in advanced +communication with launchd. The default is false. This flag is +incompatible with the inetdCompatibility key. + +Type: +null or boolean + +Default:
+ Declared by: +
launchd.agents.<name>.config.SessionCreate
+
+
+This key specifies that the job should be spawned into a new security +audit session rather than the default session for the context is belongs +to. See auditon(2) for details. + +Type: +null or boolean + +Default:
+ Declared by:
|