Skip to content

Commit e5b5cf8

Browse files
committed
nixos/unifi: enable sd_notify
Let's use unifi's sd_notify now that it's patched
1 parent 0b6f4a2 commit e5b5cf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nixos/modules/services/networking/unifi.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ in
143143
restartTriggers = [ cfg.unifiPackage cfg.mongodbPackage ];
144144

145145
serviceConfig = {
146-
Type = "simple";
146+
Type = "notify";
147147
ExecStart = "${cmd} start";
148148
ExecStop = "${cmd} stop";
149149
Restart = "on-failure";

0 commit comments

Comments
 (0)