From f9bcb82f843ab2fe7e08f93bef928c1248d31a41 Mon Sep 17 00:00:00 2001 From: Tine Date: Thu, 2 Jan 2025 16:37:52 +0100 Subject: [PATCH] fix(ingress.tjo.cloud): reload daemon --- ingress.tjo.cloud/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ingress.tjo.cloud/install.sh b/ingress.tjo.cloud/install.sh index c8eddce..312bece 100755 --- a/ingress.tjo.cloud/install.sh +++ b/ingress.tjo.cloud/install.sh @@ -84,6 +84,7 @@ cp -r root/etc/default/dyndns /etc/default/dyndns echo "DIGITALOCEAN_TOKEN=${DIGITALOCEAN_TOKEN}" echo "NAME=${CLOUD_REGION}" } >>/etc/default/dyndns +systemctl daemon reload systemctl enable --now dyndns systemctl restart dyndns