aboutsummaryrefslogtreecommitdiffstats
path: root/community/roundcubemail/roundcubemail-openrc.post-install
blob: f6746112115fe82ef09412396aae63951098af24 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

cat >&2 <<EOF
*
* Point your web server to /run/roundcube/fastcgi.sock and start Roundcube with
* /etc/init.d/roundcube start. You can modify php-fpm settings in
* /etc/php7/fpm.d/roundcube.conf.
*
EOF

exit 0