repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Sat Jan 14 12:12:45 UTC 2012
[aur-mirror.git]
/
cronwhip
/
cronwhip.install
blob
ff4c1ad09cfc7e3b9ea12e18dd2ec723d434aeef
1
post_install() {
2
fmt -s <<MSG
3
4
########## CRONWHIP NOTICE ##########
5
To run cronwhip once 5 minutes after every startup, add the following line to /etc/rc.local:
6
7
(sleep 300 && /usr/bin/cronwhip) &
8
9
MSG
10
}
11
12
# vim:set ts=2 sw=2 et: