nixos/systemd: Support notify-reload service Type
Support for this was added in systemd 253: https://github.com/systemd/systemd/releases/tag/v253
This commit is contained in:
parent
f9d39fb9af
commit
1cd71881f2
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ with lib;
|
|||
let
|
||||
checkService = checkUnitConfig "Service" [
|
||||
(assertValueOneOf "Type" [
|
||||
"exec" "simple" "forking" "oneshot" "dbus" "notify" "idle"
|
||||
"exec" "simple" "forking" "oneshot" "dbus" "notify" "notify-reload" "idle"
|
||||
])
|
||||
(assertValueOneOf "Restart" [
|
||||
"no" "on-success" "on-failure" "on-abnormal" "on-abort" "always"
|
||||
|
|
Loading…
Reference in a new issue