diff options
author | root <root@rshg054.dnsready.net> | 2012-11-16 03:10:56 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-11-16 03:10:56 -0800 |
commit | 99c34471cedb5de3afae4e33c48239abbe1410c7 (patch) | |
tree | 980cf15fd4111d74092668721c136fa7fe6776fa /pcr/mycron-git/mycron.install | |
parent | 73cd7952c96190212616ca90d5afe1ce5cb2c9ce (diff) |
Fri Nov 16 03:10:56 PST 2012
Diffstat (limited to 'pcr/mycron-git/mycron.install')
-rw-r--r-- | pcr/mycron-git/mycron.install | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pcr/mycron-git/mycron.install b/pcr/mycron-git/mycron.install new file mode 100644 index 000000000..a56c1ab97 --- /dev/null +++ b/pcr/mycron-git/mycron.install @@ -0,0 +1,3 @@ +post_install() { + echo 'Don’t forget to set up your cron service/daemon to execute mycron every minute. See https://dev.0x7be.de/mycron for setup instructions and configuration examples.' | fold -sw 70 +} |