diff options
author | B. Stack <bgstack15@gmail.com> | 2023-06-21 16:19:59 -0400 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2023-06-21 16:19:59 -0400 |
commit | 3e37e0521fbcd5130ee66b42def77553926c29d6 (patch) | |
tree | e868a900125ac4e1bcb6177e89ced7ea217b3002 /contrib | |
parent | initial commit (diff) | |
download | newspipe-docker-master.tar.gz newspipe-docker-master.tar.bz2 newspipe-docker-master.zip |
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/newspipe_cron | 3 | ||||
-rwxr-xr-x | contrib/newspipe_cron.sh | 3 |
2 files changed, 6 insertions, 0 deletions
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 & diff --git a/contrib/newspipe_cron.sh b/contrib/newspipe_cron.sh new file mode 100755 index 0000000..2b9e8f1 --- /dev/null +++ b/contrib/newspipe_cron.sh @@ -0,0 +1,3 @@ +#!/bin/sh +cd ~/newspipe-docker +docker-compose exec newspipe /usr/bin/poetry run flask fetch_asyncio |