mirror of
https://github.com/nix-community/home-manager.git
synced 2025-03-31 04:04:32 +00:00
launchd: add LowPriorityBackgroundIO config
This commit is contained in:
parent
a7117efb37
commit
4254c0964b
1 changed files with 9 additions and 0 deletions
|
@ -706,6 +706,15 @@ with lib;
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
LowPriorityBackgroundIO = mkOption {
|
||||||
|
type = types.nullOr types.bool;
|
||||||
|
default = null;
|
||||||
|
description = ''
|
||||||
|
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.
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
|
||||||
LaunchOnlyOnce = mkOption {
|
LaunchOnlyOnce = mkOption {
|
||||||
type = types.nullOr types.bool;
|
type = types.nullOr types.bool;
|
||||||
default = null;
|
default = null;
|
||||||
|
|
Loading…
Add table
Reference in a new issue