Add example .service file for systemd daemon.

This commit is contained in:
Mike Cheng 2015-05-10 17:04:06 -04:00
parent af0f516a46
commit fca8202bd7

View file

@ -0,0 +1,9 @@
[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