mirror of
https://github.com/nodemailer/wildduck.git
synced 2024-12-26 09:50:47 +08:00
Update 06_install_enable_services.sh
This commit is contained in:
parent
f63929ec55
commit
d5e8725640
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ ZONEMTA_SECRET=`pwgen 12 -1`
|
|||
DKIM_SELECTOR=`$NODE_PATH -e 'console.log(Date().toString().substr(4, 3).toLowerCase() + new Date().getFullYear())'`
|
||||
|
||||
$SYSTEMCTL_PATH enable mongod.service
|
||||
$SYSTEMCTL_PATH enable redis-server.service
|
||||
|
||||
echo -e "\n-- These are the installed and required programs:"
|
||||
node -v
|
||||
|
|
Loading…
Reference in a new issue