summarylogtreecommitdiffstats
path: root/feather.install
diff options
context:
space:
mode:
Diffstat (limited to 'feather.install')
-rw-r--r--feather.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/feather.install b/feather.install
new file mode 100644
index 000000000000..1358eef45509
--- /dev/null
+++ b/feather.install
@@ -0,0 +1,7 @@
+post_install() {
+ echo "Feather is designed to be run from cron like this:"
+ echo " */5 * * * * /usr/bin/feather path/to/config.yaml"
+ echo "However, NO out of the box configuration file comes with this package."
+ echo "You can copy an example file from /usr/share/feather-git/feather.yaml.dist,"
+ echo "modify it to your needs and change to cron line accordingly."
+}