diff --git a/scripts/install b/scripts/install index 676cf0c..6ed46ad 100644 --- a/scripts/install +++ b/scripts/install @@ -145,12 +145,12 @@ popd service redis-server start -#================================================= -# INTEGRATE SERVICE IN YUNOHOST -#================================================= -ynh_script_progression --message="Integrating service in YunoHost..." --weight=1 +# #================================================= +# # INTEGRATE SERVICE IN YUNOHOST +# #================================================= +# ynh_script_progression --message="Integrating service in YunoHost..." --weight=1 -yunohost service add $app --description "A short description of the app" --log "/var/log/$app/$app.log" +# yunohost service add $app --description="A short description of the app" --log="/var/log/$app/$app.log" #================================================= # START SYSTEMD SERVICE @@ -158,7 +158,7 @@ yunohost service add $app --description "A short description of the app" --log " ynh_script_progression --message="Starting a systemd service..." --weight=2 # Start a systemd service -ynh_systemd_action --service_name=$app --action="start" --log_path="/var/log/$app/$app.log" --line_match"waiting" +ynh_systemd_action --service_name=$app --action="start" --log_path="/var/log/$app/$app.log" --line_match="waiting" #================================================= # Set Public or private