How do I do these
Usually, you'd run: crontab -e
To have it run every 10 minutes, use:
*/10 * * * * wget --quiet --delete-after http://localhost/selfoss/update
Usually, you'd run: crontab -e
To have it run every 10 minutes, use:
*/10 * * * * wget --quiet --delete-after http://localhost/selfoss/update
Complete thread: