Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

freenom-dns-updater.service #8

Open
cferoiu opened this issue Jul 18, 2017 · 1 comment
Open

freenom-dns-updater.service #8

cferoiu opened this issue Jul 18, 2017 · 1 comment

Comments

@cferoiu
Copy link

cferoiu commented Jul 18, 2017

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.

@benthetechguy
Copy link

This is not neccesary.

  1. 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.
  2. -t is not a required parameter. As seen in this line of fdu, it defaults to 1 hour if not specified.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants