From 3e37e0521fbcd5130ee66b42def77553926c29d6 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Wed, 21 Jun 2023 16:19:59 -0400 Subject: add cron example for fetching feeds --- contrib/newspipe_cron | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 contrib/newspipe_cron (limited to 'contrib/newspipe_cron') diff --git a/contrib/newspipe_cron b/contrib/newspipe_cron new file mode 100644 index 0000000..441361e --- /dev/null +++ b/contrib/newspipe_cron @@ -0,0 +1,3 @@ +# File: newspipe_cron +# Project: newspipe-docker +25 3,15 * * * root /home/newspipe/newspipe-docker/contrib/newspipe_cron.sh 1>/dev/null 2>&1 & -- cgit