mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-02 02:03:21 +00:00
nixos/nextcloud-notify_push: add some restart config to the service
This commit is contained in:
parent
671bd1ef7a
commit
6c24a28ea6
@ -84,6 +84,8 @@ in
|
|||||||
User = "nextcloud";
|
User = "nextcloud";
|
||||||
Group = "nextcloud";
|
Group = "nextcloud";
|
||||||
RuntimeDirectory = [ "nextcloud-notify_push" ];
|
RuntimeDirectory = [ "nextcloud-notify_push" ];
|
||||||
|
Restart = "on-failure";
|
||||||
|
RestartSec = "5s";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user