From 6a00e29b8db5f994bb2d84110a671a785280fb7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 24 Oct 2023 15:00:57 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 32a647b..e450519 100644 --- a/scripts/install +++ b/scripts/install @@ -43,7 +43,7 @@ chown $app:$app "/var/log/$app" # Use logrotate to manage application logfile(s) ynh_use_logrotate -yunohost service add $app --log="/var/log/$app/$app.log" +yunohost service add $app --description="Desktop you have accesss through your browser" --log="/var/log/$app/$app.log" #================================================= # SPECIFIC SETUP