Skip to content

Commit

Permalink
Merge pull request #330 from khomutoff/patch-1
Browse files Browse the repository at this point in the history
Correction of the cron string example in Cron.rst
  • Loading branch information
xrmx committed Oct 17, 2016
2 parents b602b59 + e64cefe commit 75feec0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cron.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ For example:
[uwsgi]
; every two hours
cron = -1 -2 -1 -1 -1 /usr/bin/backup_my_home --recursive
cron = 0 -2 -1 -1 -1 /usr/bin/backup_my_home --recursive
Legion crons
************
Expand All @@ -91,7 +91,7 @@ crons only if it is the Lord of the specified Legion:
legion = mycluster 225.1.1.1:1717 100 bf-cbc:hello
legion-node = mycluster 225.1.1.1:1717
; every two hours
legion-cron = mycluster -1 -2 -1 -1 -1 /usr/bin/backup_my_home --recursive
legion-cron = mycluster 0 -2 -1 -1 -1 /usr/bin/backup_my_home --recursive
Unique crons
************
Expand Down

0 comments on commit 75feec0

Please sign in to comment.