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

[fix] propagate mongodb service name in yunohost

This commit is contained in:
tituspijean 2020-09-11 15:42:03 +02:00
parent c4c7657684
commit d2c180ba13
2 changed files with 2 additions and 2 deletions

View file

@ -178,7 +178,7 @@ find "$final_path" -type d -print0 | xargs -0 chmod 750
ynh_print_info --message="Integrating service in YunoHost..."
yunohost service add $app --description "Wekan daemon"
yunohost service add mongodb --description "MongoDB daemon" --log "/var/log/mongodb/mongodb.log"
yunohost service add $mongodb_servicename --description "MongoDB daemon" --log "/var/log/mongodb/mongodb.log"
#=================================================

View file

@ -108,7 +108,7 @@ if ynh_version_gt "1.07~ynh2" "${previous_version}" ; then
ynh_remove_app_dependencies
ynh_install_app_dependencies "mongodb mongodb-server"
yunohost service remove mongod
yunohost service add mongodb --log "/var/log/mongodb/mongodb.log"
yunohost service add $mongodb_servicename --log "/var/log/mongodb/mongodb.log"
fi
if ynh_version_gt "2.56~ynh1" "${previous_version}" ; then