Skip to content

Crontab example provided  #11

@blaniosh

Description

@blaniosh

I installed the script and params file in a user rather than root so I used this crontab. Note the use of sleep 60 necessary to allow the pi to complete its reboot process:

#Dynamic DNS Updater (Updates the IP address every hour and on system startup)

          • cd /home/pi/bin && cat params | xargs ./updater.py
            @reboot sleep 60 && cd /home/pi/bin && cat params | xargs ./updater.py

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions