Skip to content

Commit

Permalink
Update ruptime
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmyczko authored May 24, 2023
1 parent 63963a3 commit fae6cd6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions etc/cron.d/ruptime
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# ruptime
MAILTO=""
SHELL=/bin/bash
PATH=/usr/sbin:/usr/sbin:/usr/bin:/sbin:/bin
MAILTO=""
*/1 * * * * root /usr/bin/ruptime -u >/dev/null 2>&1
*/3 * * * * root /usr/bin/rload -u >/dev/null 2>&1
*/15 * * * * root /usr/bin/rboot -u >/dev/null 2>&1
#*/15 * * * * root /usr/bin/rboot -u >/dev/null 2>&1
0 0 * * * root /usr/bin/rac -u >/dev/null 2>&1
@reboot root /usr/bin/sleep 60;/usr/bin/rdisk -u >/dev/null 2>&1
@reboot root /usr/bin/sleep 60;/usr/bin/rbench -u >/dev/null 2>&1
@reboot root /usr/bin/sleep 60;/usr/bin/runame -u >/dev/null 2>&1
@reboot root /usr/bin/sleep 60;/usr/bin/rsw -u >/dev/null 2>&1
@reboot root /usr/bin/sleep 60;/usr/bin/rhw -u >/dev/null 2>&1
#@reboot root /usr/bin/sleep 60;/usr/bin/rsw -u >/dev/null 2>&1
#@reboot root /usr/bin/sleep 60;/usr/bin/rhw -u >/dev/null 2>&1
@reboot root /usr/bin/sleep 60;/usr/bin/rnet -u >/dev/null 2>&1

0 comments on commit fae6cd6

Please sign in to comment.