summarylogtreecommitdiffstats
path: root/ddns-go.service
blob: 6961bec85bbbdedc7eb867ec2fc1001833b46735 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=A simple, easy-to-use DDNS service

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

[Install]
WantedBy=multi-user.target