ensure woodpecker runs after postgres
This commit is contained in:
@@ -34,6 +34,7 @@
|
||||
};
|
||||
|
||||
systemd.services.woodpecker-server = {
|
||||
after = [ "postgresql.service" ];
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
serviceConfig = {
|
||||
WorkingDirectory = "/var/lib/woodpecker";
|
||||
|
||||
Reference in New Issue
Block a user