Commit 6c24a28e authored by ajs124's avatar ajs124
Browse files

nixos/nextcloud-notify_push: add some restart config to the service

parent 671bd1ef
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -84,6 +84,8 @@ in
        User = "nextcloud";
        Group = "nextcloud";
        RuntimeDirectory = [ "nextcloud-notify_push" ];
        Restart = "on-failure";
        RestartSec = "5s";
      };
    };