From 76b5da979071afbb782c8850bebf930842d3a9ae Mon Sep 17 00:00:00 2001 From: lza_menace Date: Fri, 18 Mar 2022 21:28:04 -0700 Subject: [PATCH] store crontab sample --- crontab | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 crontab diff --git a/crontab b/crontab new file mode 100644 index 0000000..4c554f2 --- /dev/null +++ b/crontab @@ -0,0 +1,3 @@ +*/3 * * * * sh -c "cd ~/git/monero.fail; ./bin/cmd validate" +30 */4 * * * sh -c "cd ~/git/monero.fail; ./bin/cmd check" +0 */2 * * * sh -c "cd ~/git/monero.fail; ./bin/cmd get_peers"