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

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

[Install]
WantedBy=multi-user.target