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

This commit is contained in:
ajs124 2023-02-20 12:19:05 +01:00
parent 671bd1ef7a
commit 6c24a28ea6

View File

@ -84,6 +84,8 @@ in
User = "nextcloud";
Group = "nextcloud";
RuntimeDirectory = [ "nextcloud-notify_push" ];
Restart = "on-failure";
RestartSec = "5s";
};
};