diff --git a/conf/systemd.service b/conf/systemd.service index 172a6a8..141be30 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -1,5 +1,5 @@ [Unit] -Description=Documize +Description=Documize: internal & external docs After=network.target [Service] diff --git a/scripts/install b/scripts/install index f3ced6f..1379a58 100755 --- a/scripts/install +++ b/scripts/install @@ -59,7 +59,7 @@ ynh_add_systemd_config #================================================= 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="Internal & external docs" --log="/var/log/$app/$app.log" #================================================= # START SYSTEMD SERVICE diff --git a/scripts/restore b/scripts/restore index db8d388..405c811 100755 --- a/scripts/restore +++ b/scripts/restore @@ -42,7 +42,7 @@ systemctl enable $app.service --quiet #================================================= ynh_script_progression --message="Integrating service in YunoHost..." --weight=2 -yunohost service add $app --description="A short description of the app" --log="/var/log/$app/$app.log" +yunohost service add $app --description="Internal & external docs" --log="/var/log/$app/$app.log" #================================================= # START SYSTEMD SERVICE diff --git a/scripts/upgrade b/scripts/upgrade index 0c61440..58e7eaf 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -62,7 +62,7 @@ ynh_add_systemd_config #================================================= 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="Internal & external docs" --log="/var/log/$app/$app.log" #================================================= # START SYSTEMD SERVICE