From 0e86dc1a0be9d59f18792862b9285d6bc9b5f5d1 Mon Sep 17 00:00:00 2001 From: Tine Date: Thu, 2 Jan 2025 16:43:38 +0100 Subject: [PATCH] fix(ingress.tjo.cloud): copy service --- ingress.tjo.cloud/install.sh | 2 +- ingress.tjo.cloud/root/{ => etc}/systemd/system/dyndns.service | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename ingress.tjo.cloud/root/{ => etc}/systemd/system/dyndns.service (100%) diff --git a/ingress.tjo.cloud/install.sh b/ingress.tjo.cloud/install.sh index cc49384..72355cd 100755 --- a/ingress.tjo.cloud/install.sh +++ b/ingress.tjo.cloud/install.sh @@ -79,7 +79,7 @@ systemctl restart alloy ## echo "== Configure Dyndns" -cp root/systemd/system/dyndns.service /systemd/system/dyndns.service +cp root/etc/systemd/system/dyndns.service /etc/systemd/system/dyndns.service cp -r root/etc/default/dyndns /etc/default/dyndns { echo "DIGITALOCEAN_TOKEN=${DIGITALOCEAN_TOKEN}" diff --git a/ingress.tjo.cloud/root/systemd/system/dyndns.service b/ingress.tjo.cloud/root/etc/systemd/system/dyndns.service similarity index 100% rename from ingress.tjo.cloud/root/systemd/system/dyndns.service rename to ingress.tjo.cloud/root/etc/systemd/system/dyndns.service