cluster/services/attic: auto-restart atticd
This commit is contained in:
parent
ddf31e5e0c
commit
6a51b09f8c
1 changed files with 2 additions and 0 deletions
|
@ -72,6 +72,8 @@ in
|
|||
after = [ "postgresql.service" ];
|
||||
serviceConfig = {
|
||||
DynamicUser = lib.mkForce false;
|
||||
Restart = "on-failure";
|
||||
RestartSec = "10s";
|
||||
};
|
||||
environment = {
|
||||
AWS_SHARED_CREDENTIALS_FILE = config.age.secrets.atticS3Credentials.path;
|
||||
|
|
Loading…
Reference in a new issue