diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-11-16 21:23:21 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-11-16 21:23:21 -0200 |
commit | 991e612822b8592e0c981ba2546253a94d7376ea (patch) | |
tree | a6e8610655c93cf25b8d06ed53652728769b39d3 /pcr/mycron-git/mycron.install | |
parent | 328e2af1c9921d13ff18d793eabc7067255ccd5c (diff) | |
parent | bf44c9909e79acc33fab15e61f30c2f38279b895 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
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 +} |