mirror of
https://github.com/tanrax/RSSingle.git
synced 2025-03-03 03:35:46 +01:00
[init](codebase): Initial commit
Total rewrite of singlerss, better and better than before! Signed-off-by: Dom Rodriguez <shymega@shymega.org.uk>
This commit is contained in:
5
res/cron/crontab
Normal file
5
res/cron/crontab
Normal file
@ -0,0 +1,5 @@
|
||||
# For stdout to file
|
||||
0 * * * * cd /opt/rss && . ./.env && /opt/rss/singlerss.py > /var/www/html/feeds.xml
|
||||
|
||||
# For file direct.
|
||||
0 * * * * cd /opt/rss && . ./.env && /opt/rss/singlerss.py
|
Reference in New Issue
Block a user