dashman icon indicating copy to clipboard operation
dashman copied to clipboard

crontab entry for sentinel

Open Newar417 opened this issue 6 years ago • 1 comments

After the update I got SENTINEL_PING_EXPIRED

This is from the readme from the sentinel repo:

          • cd /home/YOURUSERNAME/sentinel && ./venv/bin/python bin/sentinel.py >/dev/null 2>&1

Whereas in dashman

          • cd $INSTALL_DIR/sentinel && venv/bin/python bin/sentinel.py 2>&1 >> sentinel-cron.log

Note the missing ./ before venv

Not sure if that was the problem, but after editing my crontab and adding ./ it went back to ENABLED straight away.

Newar417 avatar Jul 06 '18 05:07 Newar417

I don't see how that's related. Both invocations should be equivalent.

What platform/shell are you on?

moocowmoo avatar Jul 06 '18 15:07 moocowmoo