fix(ingress.tjo.cloud): copy binary
Some checks failed
/ lint (push) Failing after 38s

This commit is contained in:
Tine 2025-01-02 16:48:50 +01:00
parent 0e86dc1a0b
commit 95a9163aa3
Signed by: mentos1386
SSH key fingerprint: SHA256:MNtTsLbihYaWF8j1fkOHfkKNlnN1JQfxEU/rBU8nCGw
2 changed files with 2 additions and 2 deletions

View file

@ -80,6 +80,7 @@ systemctl restart alloy
##
echo "== Configure Dyndns"
cp root/etc/systemd/system/dyndns.service /etc/systemd/system/dyndns.service
cp root/usr/local/bin/dyndns /usr/local/bin/dyndns
cp -r root/etc/default/dyndns /etc/default/dyndns
{
echo "DIGITALOCEAN_TOKEN=${DIGITALOCEAN_TOKEN}"

View file

@ -5,8 +5,7 @@ After=network.target
[Service]
Type=simple
Restart=always
User=nobody
ExecStart=/usr/local/bin/dyndns
[Install]
WantedBy=multi-user.target
WantedBy=multi-user.target