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 = {
|
systemd.services.buzzrelay = {
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
after = [ "postgresql.service" "network-online.target" ];
|
after = [ "postgresql.service" "network-online.target" ];
|
||||||
|
wants = [ "network-online.target" ];
|
||||||
environment.RUST_LOG = "buzzrelay=${cfg.logLevel}";
|
environment.RUST_LOG = "buzzrelay=${cfg.logLevel}";
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Type = "notify";
|
Type = "notify";
|
||||||
|
|
Loading…
Reference in a new issue