From 0afd9b825b3ab90bc69e47b5a759e4b5627fda2c Mon Sep 17 00:00:00 2001 From: Yalh Date: Tue, 29 Jan 2019 05:55:40 +0100 Subject: [PATCH] Fix service description --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index ee8b14d..e0e1e6a 100644 --- a/scripts/install +++ b/scripts/install @@ -294,9 +294,9 @@ ynh_use_logrotate ### - Remove the section "REMOVE SERVICE FROM ADMIN PANEL" in the remove script ### - As well as the section ADVERTISE SERVICE IN ADMIN PANEL" in the restore script -yunohost service add $app --log "/var/log/$app/$app.log" +#yunohost service add $app --log "/var/log/$app/$app.log" # if using yunohost version 3.2 or more in the 'manifest.json', a description can be added -#yunohost service add $app --description "$app daemon for XXX" --log "/var/log/$app/$app.log" +yunohost service add $app --description "$app daemon for distbin" --log "/var/log/$app/$app.log" #================================================= # SETUP SSOWAT