infrastructure/ingress.tjo.cloud/root/etc/systemd/system/dyndns.service
Tine 7a21dde5d3
Some checks failed
/ lint (push) Failing after 35s
fix(ingress.tjo.cloud): service env
2025-01-02 16:55:08 +01:00

13 lines
No EOL
238 B
Desktop File

[Unit]
Description=Dynamic DNS Updater
Wants=network-online.target
After=network-online.target
[Service]
EnvironmentFile=/etc/default/dyndns
Type=simple
Restart=always
ExecStart=/usr/local/bin/dyndns
[Install]
WantedBy=multi-user.target