1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/codimd_ynh.git synced 2024-09-03 18:16:32 +02:00

service description

This commit is contained in:
ericgaspar 2020-05-21 15:42:43 +02:00
parent 795d72f2d7
commit 7cfaf8b4e5
No known key found for this signature in database
GPG key ID: 574F281483054D44
3 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
[Unit] [Unit]
Description=Collaborative Markdown notes Description=__APP__: collaborative Markdown notes
After=network.target After=network.target
After=mysql.service After=mysql.service

View file

@ -162,7 +162,7 @@ ynh_replace_string --match_string="__NODE__" --replace_string="$nodejs_path
ynh_add_systemd_config 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 # START SYSTEMD SERVICE

View file

@ -178,7 +178,7 @@ ynh_replace_string --match_string="__NODE__" --replace_string="$nodejs_path
ynh_add_systemd_config 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 # SECURE FILES AND DIRECTORIES