diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2022-06-09 19:01:22 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2022-06-09 19:01:22 +0300 |
commit | 71220ec5feb72efe5b6df9e965c8481e81923f6a (patch) | |
tree | eab42d528e4707b25285251a11ea2385655e61f3 | |
parent | b9ed7b9beac14fdeea68d3612f1a914e2076145e (diff) |
-rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -82,7 +82,10 @@ Test that it works: lrpb exec -Add cron task (`crontab -e`): +Add task to crontab: + + TERM=xterm + PATH=<you should enter your $PATH here> 0,30 * * * * /usr/local/bin/lrpb exec >/dev/null |