From 6fad855f0df73d17fbf838d0300764fe50e28d14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Th=C3=A9o=20LAURET?= Date: Sat, 27 May 2023 14:41:03 +0400 Subject: [PATCH] add description to systemd --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index b56bb3b..730919e 100644 --- a/scripts/install +++ b/scripts/install @@ -188,7 +188,7 @@ ynh_use_logrotate "$log_file" #================================================= ynh_script_progression --message="Integrating service in YunoHost..." -yunohost service add $app --log="${log_file}" +yunohost service add $app --description="$app server" --log="${log_file}" #================================================= # GENERIC FINALIZATION