parent
adfaaf8a24
commit
50fe24c4e4
|
@ -12,3 +12,4 @@ __pycache__/
|
|||
.*.swp
|
||||
config.json
|
||||
venv/
|
||||
*.log
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
@reboot $HOME/amber-ebooks/reply.py >> $HOME/reply.log 2>>$HOME/reply.log #keep the reply process running in the background
|
||||
*/20 * * * * $HOME/amber-ebooks/gen.py >> $HOME/gen.log 2>>$HOME/gen.log #post every twenty minutes
|
||||
*/15 * * * * $HOME/amber-ebooks/main.py >> $HOME/main.log 2>>$HOME/main.log #refresh the database every 15 minutes
|
Loading…
Reference in New Issue