mirror of
https://github.com/tanrax/RSSingle.git
synced 2024-11-10 09:15:41 +01:00
6 lines
201 B
Plaintext
6 lines
201 B
Plaintext
|
# 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
|