From eb27dd5ead60853420eda2d6fef9660ba01deadd Mon Sep 17 00:00:00 2001 From: Tore Anderson Date: Sun, 9 Feb 2025 10:11:33 +0100 Subject: [PATCH] clatd.systemd: pull inn network-online.target According to systemd.special(7): > Units that strictly require a configured network connection should > pull in network-online.target (via a Wants= type dependency) and > order themselves after it. The Wants= dependency was missing, add it. --- scripts/clatd.systemd | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/clatd.systemd b/scripts/clatd.systemd index 46a035f..bcfeb8c 100644 --- a/scripts/clatd.systemd +++ b/scripts/clatd.systemd @@ -11,6 +11,7 @@ [Unit] Description=464XLAT CLAT daemon Documentation=man:clatd(8) +Wants=network-online.target After=network-online.target After=nss-lookup.target StartLimitIntervalSec=0