infrastructure/ingress.tjo.cloud/root/systemd/system/dyndns.service
Tine 4a92605aa2
Some checks failed
/ lint (push) Failing after 35s
fix(ingress.tjo.cloud): copy service
2025-01-02 16:42:20 +01:00

12 lines
180 B
Desktop File

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