summarylogtreecommitdiffstats
path: root/foldingathome.install
diff options
context:
space:
mode:
Diffstat (limited to 'foldingathome.install')
-rw-r--r--foldingathome.install10
1 files changed, 10 insertions, 0 deletions
diff --git a/foldingathome.install b/foldingathome.install
new file mode 100644
index 000000000000..d48431453e1f
--- /dev/null
+++ b/foldingathome.install
@@ -0,0 +1,10 @@
+post_install() {
+ cat << 'EOM'
+ --> Please cd to /opt/fah/ and execute ./FAHClient --configure
+ --> as root to configure your settings. If you are using systemd,
+ --> then run "systemctl enable foldingathome.service" to enable
+ --> the folding service. If you would like join the Arch Linux
+ --> team, use team number 45032.
+EOM
+}
+