diff options
Diffstat (limited to 'abs/extra/foldingathome/foldingathome-v7.install')
-rw-r--r-- | abs/extra/foldingathome/foldingathome-v7.install | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/abs/extra/foldingathome/foldingathome-v7.install b/abs/extra/foldingathome/foldingathome-v7.install new file mode 100644 index 0000000..6899bba --- /dev/null +++ b/abs/extra/foldingathome/foldingathome-v7.install @@ -0,0 +1,12 @@ +post_install() { + cat << 'EOM' + --> Please cd to /opt/fah-v7/ and execute ./FAHClient --configure + --> as root to configure your settings. If you are using systemd, + --> then run "systemctl enable foldingathome-v7.service" to enable + --> the folding service. If you are using initscripts, then add + --> "foldingathome-v7" to the list of daemons in /etc/rc.conf. + --> If you would like join the Arch Linux team, use team number + --> 45032. +EOM +} + |