summarylogtreecommitdiffstats
path: root/dyndnsc.service
blob: d510e768ce12db17364d605fc723e48fae79c911 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=dyndnsc
After=network-online.target

[Service]
ExecStart=/usr/bin/dyndnsc --loop --config /etc/dyndnsc.conf
Restart=always
ProtectSystem=strict
ProtectHome=true

[Install]
WantedBy=multi-user.target