mirror of
https://github.com/astro/buzzrelay.git
synced 2024-11-22 12:11:00 +00:00
nixos-module: start fedibuzz.service after postgresql.service
This commit is contained in:
parent
f8c58b4452
commit
1c0bf9be2d
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@
|
||||||
|
|
||||||
systemd.services.buzzrelay = {
|
systemd.services.buzzrelay = {
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
after = [ "network-online.target" ];
|
after = [ "postgresql.service" "network-online.target" ];
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Type = "notify";
|
Type = "notify";
|
||||||
WorkingDirectory = "${buzzrelay}/share/buzzrelay";
|
WorkingDirectory = "${buzzrelay}/share/buzzrelay";
|
||||||
|
|
Loading…
Reference in a new issue