mirror of
https://github.com/astro/buzzrelay.git
synced 2024-11-21 19:51:00 +00:00
Fix network-online.target warning
This commit is contained in:
parent
997471d094
commit
30cdfc28ad
1 changed files with 1 additions and 0 deletions
|
@ -94,6 +94,7 @@
|
|||
systemd.services.buzzrelay = {
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
after = [ "postgresql.service" "network-online.target" ];
|
||||
wants = [ "network-online.target" ];
|
||||
environment.RUST_LOG = "buzzrelay=${cfg.logLevel}";
|
||||
serviceConfig = {
|
||||
Type = "notify";
|
||||
|
|
Loading…
Reference in a new issue