Add authentik requirements to relevant services
This commit is contained in:
parent
840033ac1e
commit
7a893711dc
2 changed files with 3 additions and 2 deletions
|
@ -42,7 +42,7 @@ in
|
|||
systemd.services.miniflux = {
|
||||
description = "Miniflux service";
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
after = [ "network.target" ];
|
||||
after = [ "network.target" "postgresql.service" ];
|
||||
requires = [ "postgresql.service" ];
|
||||
|
||||
serviceConfig = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue