summarylogtreecommitdiffstats
path: root/ddns-go.service
blob: 9b4afbc9c4c54c7ece3f0358b3c6af2db6d36f06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=简单好用的DDNS。自动更新域名解析到公网IP(支持阿里云、腾讯云dnspod、Cloudflare、华为云)

[Service]
StartLimitInterval=5
StartLimitBurst=10
ExecStart=/usr/bin/ddns-go "-l" ":9876" "-f" "300" "-c" "/etc/ddns-go.yaml"
Restart=always
RestartSec=120

[Install]
WantedBy=multi-user.target