1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/linuxdash_ynh.git synced 2024-09-03 19:36:07 +02:00
This commit is contained in:
Éric Gaspar 2023-06-11 20:13:03 +02:00
parent e5de2dd874
commit ae6c7e34c4
3 changed files with 3 additions and 3 deletions

View file

@ -70,7 +70,7 @@ ynh_add_supervisor_config
#=================================================
ynh_script_progression --message="Integrating service in YunoHost..."
yunohost service add $app --log="/var/log/$app/$app.log"
yunohost service add $app --description="Monitoring web dashboard" --log="/var/log/$app/$app.log"
#=================================================
# START SYSTEMD SERVICE

View file

@ -51,7 +51,7 @@ supervisorctl update
#=================================================
ynh_script_progression --message="Integrating service in YunoHost..."
yunohost service add $app --log="/var/log/$app/$app.log"
yunohost service add $app --description="Monitoring web dashboard" --log="/var/log/$app/$app.log"
#=================================================
# START SYSTEMD SERVICE

View file

@ -87,7 +87,7 @@ ynh_add_supervisor_config
#=================================================
ynh_script_progression --message="Integrating service in YunoHost..."
yunohost service add $app --log="/var/log/$app/$app.log"
yunohost service add $app --description="Monitoring web dashboard" --log="/var/log/$app/$app.log"
#=================================================
# START SYSTEMD SERVICE