Add authentik requirements to relevant services

This commit is contained in:
Natsu Kagami 2024-12-08 00:21:57 +01:00
parent 840033ac1e
commit 7a893711dc
Signed by: nki
GPG key ID: 55A032EB38B49ADB
2 changed files with 3 additions and 2 deletions

View file

@ -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 = {