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:
parent
80e2f4e8ec
commit
ae117b87cb
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue