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