[Unit] Description=DDNS service in Go After=network-online.target [Service] StartLimitInterval=5 StartLimitBurst=10 ExecStart=/usr/bin/ddns-go -l 127.0.0.1:9876 -f 300 -c /etc/ddns-go.yaml Restart=always RestartSec=120 [Install] WantedBy=multi-user.target