name-dyndns/scripts/name-dyndns.service

10 lines
220 B
SYSTEMD
Raw Normal View History

[Unit]
Description=Automatically update name.com records to the hosts external ip.
[Service]
ExecStart=/usr/local/bin/name-dyndns -daemon=true -config=/etc/name-dyndns/config.json
[Install]
WantedBy=multi-user.target