updated on Sat Jan 14 12:12:45 UTC 2012
[aur-mirror.git] / cronwhip / cronwhip.install
blobff4c1ad09cfc7e3b9ea12e18dd2ec723d434aeef
1 post_install() {
2   fmt -s <<MSG
4 ########## CRONWHIP NOTICE ##########
5 To run cronwhip once 5 minutes after every startup, add the following line to /etc/rc.local:
7 (sleep 300 && /usr/bin/cronwhip) &
9 MSG
12 # vim:set ts=2 sw=2 et: