fix: add wants=network-online.target to rnsd and kismet services to silence eval warnings

This commit is contained in:
2026-06-05 22:58:09 -04:00
parent 1617ac9149
commit 29cc20bb04

View File

@@ -107,6 +107,7 @@
# ============================================================
systemd.services.rnsd = {
description = "Reticulum Network Stack Daemon";
wants = [ "network-online.target" ];
after = [ "network-online.target" ];
wantedBy = [ "multi-user.target" ];
serviceConfig = {
@@ -124,6 +125,7 @@
# ============================================================
systemd.services.kismet = {
description = "Kismet Wi-Fi Monitor & IDS";
wants = [ "network-online.target" ];
after = [ "network-online.target" ];
wantedBy = [ "multi-user.target" ];
serviceConfig = {