Freenom-dns-updater
Freenom-dns-updater copied to clipboard
freenom-dns-updater.service
Hi, good work. I use debian jessie. U need to modify something:
[Service] ExecStart=/usr/local/bin/fdu process -c -i -t 900 /etc/freenom.yml
-i find fdu app. in /usr/local/bin/ -you forgott -t parameter
I hope is useful my notifications.
This is not neccesary.
- fdu could be located anywhere.
/usr/local/binis simply the locationfduis installed to by pip run as root. If you install it with pip run as your normal user, it would be in~/.local/bin/fdu. If you install the freenom-dns-updater Debian or AUR packages, it goes to/usr/bin. I think/usr/binis the best bet because it's where proper package managers install to. -tis not a required parameter. As seen in this line of fdu, it defaults to 1 hour if not specified.