diff options
| -rw-r--r-- | ymir.nix | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -995,7 +995,7 @@ in rec { | |||
| 995 | }; | 995 | }; |
| 996 | 996 | ||
| 997 | systemd.services."infinoted".serviceConfig = { | 997 | systemd.services."infinoted".serviceConfig = { |
| 998 | Type = "notify"; | 998 | Type = lib.mkForce "notify"; |
| 999 | ExecReload = "${pkgs.coreutils}/bin/kill -HUP $MAINPID"; | 999 | ExecReload = "${pkgs.coreutils}/bin/kill -HUP $MAINPID"; |
| 1000 | }; | 1000 | }; |
| 1001 | 1001 | ||
