summaryrefslogtreecommitdiff
path: root/pcr/mycron-git/mycron.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2012-11-16 21:23:21 -0200
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2012-11-16 21:23:21 -0200
commit991e612822b8592e0c981ba2546253a94d7376ea (patch)
treea6e8610655c93cf25b8d06ed53652728769b39d3 /pcr/mycron-git/mycron.install
parent328e2af1c9921d13ff18d793eabc7067255ccd5c (diff)
parentbf44c9909e79acc33fab15e61f30c2f38279b895 (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.install3
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
+}