Fix network-online.target warning

This commit is contained in:
Sandro Jäckel 2024-05-24 02:38:25 +02:00
parent 997471d094
commit 30cdfc28ad
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -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";