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:
parent
795d72f2d7
commit
7cfaf8b4e5
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue