Add postgresql dep to most stuff that needs it
This commit is contained in:
parent
5aaf1f044d
commit
1168c85ecf
9 changed files with 12 additions and 3 deletions
|
@ -42,7 +42,8 @@ in
|
|||
systemd.services.miniflux = {
|
||||
description = "Miniflux service";
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
after = [ "network.target" "postgresql.service" ];
|
||||
after = [ "network.target" ];
|
||||
requires = [ "postgresql.service" ];
|
||||
|
||||
serviceConfig = {
|
||||
ExecStart = "${package}/bin/miniflux";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue