cluster/services/attic: wait for postgresql
This commit is contained in:
parent
2a75c2ae02
commit
02ea8d50c7
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@ in
|
|||
};
|
||||
|
||||
systemd.services.atticd = {
|
||||
after = [ "postgresql.service" ];
|
||||
environment = {
|
||||
AWS_SHARED_CREDENTIALS_FILE = config.age.secrets.atticS3Credentials.path;
|
||||
PGPASSFILE = config.age.secrets.atticDBCredentials.path;
|
||||
|
|
Loading…
Reference in a new issue