Compare commits

...

2 Commits

Author SHA1 Message Date
Matthew Saunders Brown
f16d7d0c2c add systemd cron 2021-04-20 14:34:15 -07:00
Matthew Saunders Brown
822b2a288b readme 2021-04-20 14:28:12 -07:00
2 changed files with 10 additions and 2 deletions

View File

@ -3,7 +3,7 @@
## Install
```
cd /usr/local/src
git clone https://git.stack-source.com/msb/letsencrypt-tools.git
cd letsencrypt-tools
git clone https://git.stack-source.com/msb/vmail-webmail.git
cd vmail-webmail
bash install.sh
```

View File

@ -67,5 +67,13 @@ chmod 755 /srv/www/html/roundcube/bin/*.sh
# load roundcube database tables
mysql vmail < rc.sql
# install & enable rc systemd cron
cp sbin/rc-cron.sh /usr/local/sbin/
chmod 755 /usr/local/sbin/rc-cron.sh
cp systemd/rc-cron.* /usr/lib/systemd/system/
chmod 644 /usr/lib/systemd/system/rc-cron.*
systemctl daemon-reload
systemctl start rc-cron.timer
echo "Roundcube webmail installed."
echo "You can optionally set the vars 'product_name' & 'support_url' in /srv/www/html/roundcube/config/config.inc.php"