From 28cbd237ed07a0154cba3c10fca83e669efae2d2 Mon Sep 17 00:00:00 2001 From: Stephen D <webmaster@scd31.com> Date: Sat, 2 Dec 2023 20:47:13 -0400 Subject: [PATCH] don't start service until network/dns is ready --- debian/cats-igate.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/cats-igate.service b/debian/cats-igate.service index 6b28983..813549a 100644 --- a/debian/cats-igate.service +++ b/debian/cats-igate.service @@ -1,6 +1,6 @@ [Unit] Description=CATS Igate -After=syslog.target network.target +After=syslog.target network-online.target nss-lookup.target [Service] PIDFile=/run/cats-igate.pid -- GitLab