Guest User

Untitled

a guest
Apr 21st, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. # root's crontab using fcron on Linux
  2. # -------------------------------------
  3.  
  4. SHELL=/bin/sh
  5. !nice(19),lavgand,lavg(0.1,0.3,0.4),serial(true)
  6.  
  7. # %daily <minutes> <hours> <command>
  8. # %weekly <minutes> <hours> <command>
  9. # %monthly <minutes> <hours> <days> <command>
  10.  
  11. %monthly,runas(git) * * * /usr/local/bin/my-git-gc.cron /var/spool/gitosis/repositories
  12. %monthly,runas(thomas) * * * /usr/local/bin/my-git-gc.cron /home/thomas
Add Comment
Please, Sign In to add comment