mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-14 16:55:00 +01:00
on-failure
This commit is contained in:
parent
96d05c7ec8
commit
b8a6a9aeac
1 changed files with 3 additions and 0 deletions
|
|
@ -15,6 +15,9 @@ in
|
||||||
adminPort
|
adminPort
|
||||||
];
|
];
|
||||||
|
|
||||||
|
systemd.services.garage.serviceConfig = {
|
||||||
|
Restart = "on-failure";
|
||||||
|
};
|
||||||
services.garage = {
|
services.garage = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.garage_2_0_0;
|
package = pkgs.garage_2_0_0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue