Update 06_install_enable_services.sh

This commit is contained in:
ymir1v 2021-06-25 15:41:25 +02:00 committed by GitHub
parent f63929ec55
commit d5e8725640
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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