diff --git a/scripts/install b/scripts/install index 88a41da2..f52793d1 100644 --- a/scripts/install +++ b/scripts/install @@ -78,7 +78,7 @@ ynh_add_nginx_config ynh_add_systemd_config -yunohost service add "$app" --description="A short description of the app" --log="/var/log/$app/$app.log" +yunohost service add "$app" --description="Federated Image Sharing" --log="/var/log/$app/$app.log" mkdir -p "/var/log/$app/" touch "/var/log/$app/${app}-horizon.log" diff --git a/scripts/restore b/scripts/restore index 1e52142c..fcb5ecd8 100644 --- a/scripts/restore +++ b/scripts/restore @@ -54,7 +54,7 @@ chown -R $app: "/var/log/$app/" ynh_restore_file --origin_path="/etc/systemd/system/$app.service" systemctl enable "$app.service" --quiet -yunohost service add "$app" --description="A short description of the app" --log="/var/log/$app/$app.log" +yunohost service add "$app" --description="Federated Image Sharing" --log="/var/log/$app/$app.log" ynh_restore_file --origin_path="/etc/logrotate.d/$app" diff --git a/scripts/upgrade b/scripts/upgrade index a5b0b099..9c3e7192 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -137,7 +137,7 @@ ynh_add_systemd_config ynh_use_logrotate --non-append -yunohost service add "$app" --description="A short description of the app" --log="/var/log/$app/$app.log" +yunohost service add "$app" --description="Federated Image Sharing" --log="/var/log/$app/$app.log" #================================================= # SPECIFIC UPGRADE