treewide: fix postgres service dependencies
All checks were successful
ci/woodpecker/push/check Pipeline was successful
All checks were successful
ci/woodpecker/push/check Pipeline was successful
Some were missing a `requires` even though they had `after`, and woodpecker was missing it entirely.
This commit is contained in:
parent
830e7bb865
commit
cc331b73c7
3 changed files with 5 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ in
|
|||
systemd.services.drone-server = {
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
after = [ "postgresql.service" ];
|
||||
requires = [ "postgresql.service" ];
|
||||
serviceConfig = {
|
||||
EnvironmentFile = [
|
||||
cfg.secretFile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue