blob: cb80111bbf6cfff362f2c41dd6a541139394fd50 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[Unit]
Description=dyndnsc
After=network.target
[Service]
ExecStart=/usr/bin/dyndnsc --loop --config /etc/dyndnsc.conf
Restart=always
ProtectSystem=strict
ProtectHome=true
[Install]
WantedBy=multi-user.target
|