You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-dns/ez-ipupdate/files/ez-ipupdate.service

13 lines
363 B

[Unit]
Description=ez-ipupdate: Check and update your IP to dynamic DNS Server
Requires=network-online.target
After=network-online.target
[Service]
ExecStart=/usr/sbin/ez-ipupdate -f -R ez-ipupd -c /etc/ez-ipupdate/defaults.conf -b /var/cache/ez-ipupdate/defaults.cache
ExecReload=/bin/kill -HUP $MAINPID
KillSignal=SIGQUIT
[Install]
WantedBy=multi-user.target