diff --git a/scripts/install b/scripts/install index 36dcb3c..15248aa 100644 --- a/scripts/install +++ b/scripts/install @@ -152,7 +152,7 @@ find "$final_path" -type d -print0 | xargs -0 chmod 750 #================================================= ynh_script_progression --message="Integrating service in YunoHost..." -yunohost service add $app --description "Wekan daemon" --log_type "systemd" +yunohost service add $app --description "Wekan daemon" yunohost service add $mongodb_servicename --description "MongoDB daemon" --log "/var/log/mongodb/mongodb.log" #================================================= diff --git a/scripts/restore b/scripts/restore index 24d40ff..bbc8ced 100644 --- a/scripts/restore +++ b/scripts/restore @@ -113,7 +113,7 @@ systemctl enable $app.service --quiet #================================================= ynh_script_progression --message="Integrating service in YunoHost..." -yunohost service add $app --description "Wekan daemon" --log_type "systemd" +yunohost service add $app --description "Wekan daemon" #================================================= # START SYSTEMD SERVICE diff --git a/scripts/upgrade b/scripts/upgrade index 5eace1c..4765c35 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -91,7 +91,7 @@ fi if ynh_version_gt "0.45-3" "${previous_version}" ; then ynh_script_progression --message="Upgrading to 0.45-3..." - yunohost service add $app --description "Wekan daemon" --log_type "systemd" + yunohost service add $app --description "Wekan daemon" fi if ynh_version_gt "1.07~ynh2" "${previous_version}" ; then @@ -102,7 +102,7 @@ if ynh_version_gt "1.07~ynh2" "${previous_version}" ; then rm -f /etc/apt/sources.list.d/mongodb-org-3.2.list ynh_remove_app_dependencies ynh_install_app_dependencies "mongodb mongodb-server" - yunohost service add $app --description "Wekan daemon" --log_type "systemd" + yunohost service add $app --description "Wekan daemon" fi if ynh_version_gt "2.56~ynh1" "${previous_version}" ; then