1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/rocketchat_ynh.git synced 2024-09-03 20:16:25 +02:00

Update _common.sh

Update mongodb service name from mongod.service to mongodb.service
(Correct service name mongodb.service found in Yunohost 3.3.3 using command systemctl list-unit-files)
This commit is contained in:
Manumerique 2019-01-02 10:33:21 +01:00 committed by GitHub
parent 80e2f4e8ec
commit ae117b87cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,11 +61,11 @@ installdeps(){
fi
# start mongodb service
sudo systemctl enable mongod.service
sudo systemctl start mongod.service
sudo systemctl enable mongodb.service
sudo systemctl start mongodb.service
# add mongodb to services
sudo yunohost service add mongod -l /var/log/mongodb/mongod.log
sudo yunohost service add mongodb -l /var/log/mongodb/mongodb.log
#Install other dependencies
sudo apt-get install -y gzip curl graphicsmagick