Home - kozalosev/cfddns-updater GitHub Wiki
Configuration files for system managers
Here listed some examples of configuration files which you may use as a base config for your own environment.
To write unified configs, several assumptions were made regarding the requirements and environment:
- You want to run the script on behalf of a usual user. Replace the literal word
username
to their real username. - The package was installed as the user's local package using
pip install --user cfdyndns-update
. Thus, the executable script resides at/home/username/.local/bin/cfddns-updater
.
If your case differs, correct the configuration file accordingly.