From 7cfaf8b4e57cf8cc38b8639d85907aee8a744a4a Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 21 May 2020 15:42:43 +0200 Subject: [PATCH] service description --- conf/systemd.service | 2 +- scripts/install | 2 +- scripts/upgrade | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/systemd.service b/conf/systemd.service index f6d6867..d7bec22 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -1,5 +1,5 @@ [Unit] -Description=Collaborative Markdown notes +Description=__APP__: collaborative Markdown notes After=network.target After=mysql.service diff --git a/scripts/install b/scripts/install index 6b2a705..050bd6a 100644 --- a/scripts/install +++ b/scripts/install @@ -162,7 +162,7 @@ ynh_replace_string --match_string="__NODE__" --replace_string="$nodejs_path ynh_add_systemd_config -yunohost service add "$app" --description "CodiMD daemon" --log="/var/log/$app/$app.log" +yunohost service add "$app" --description "Collaborative Markdown notes" --log="/var/log/$app/$app.log" #================================================= # START SYSTEMD SERVICE diff --git a/scripts/upgrade b/scripts/upgrade index bfe096d..b45c092 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -178,7 +178,7 @@ ynh_replace_string --match_string="__NODE__" --replace_string="$nodejs_path ynh_add_systemd_config -yunohost service add "$app" --description "CodiMD daemon" --log="/var/log/$app/$app.log" +yunohost service add "$app" --description "Collaborative Markdown notes" --log="/var/log/$app/$app.log" #================================================= # SECURE FILES AND DIRECTORIES