mirror of
https://github.com/YunoHost-Apps/distbin_ynh.git
synced 2024-09-03 18:26:10 +02:00
commit
5743cb232a
2 changed files with 4 additions and 1 deletions
|
@ -10,5 +10,8 @@ DB_DIR=__FINALPATH__/distbin-db
|
|||
# The external URL
|
||||
EXTERNAL_URL=https://__DOMAIN_URI__
|
||||
|
||||
# The internal URL
|
||||
INTERNAL_URL=http://localhost:__PORT__/
|
||||
|
||||
# The Node Environnement
|
||||
NODE_ENV=production
|
|
@ -281,7 +281,7 @@ systemctl reload nginx
|
|||
# START SERVICE
|
||||
#=================================================
|
||||
|
||||
ynh_systemd_action --action=start --service_name=$app --line_match="http://localhost:"
|
||||
ynh_systemd_action --action=start --service_name=$app --log_path=systemd --line_match="Started Distbin Service"
|
||||
|
||||
#=================================================
|
||||
# END OF SCRIPT
|
||||
|
|
Loading…
Reference in a new issue