You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fdu could be located anywhere. /usr/local/bin is simply the location fdu is 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/bin is the best bet because it's where proper package managers install to.
-t is not a required parameter. As seen in this line of fdu, it defaults to 1 hour if not specified.
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.
The text was updated successfully, but these errors were encountered: