Running Python package console script with cron -
i have python package provides console executable airship run on regular basis using cron. however, when add line crontab should this, script never executes. have way of telling when script being executed (my steam status shows me playing specific game). result of crontab -l:
*/2 * * * * /usr/bin/env airship (the 2 testing purposes, ideally 15).
what stopping happening?
Comments
Post a Comment