1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dispatch_ynh.git synced 2024-09-03 18:25:53 +02:00
This commit is contained in:
ericgaspar 2021-07-08 11:19:38 +02:00
parent db0f0e367d
commit a13704092c
3 changed files with 3 additions and 3 deletions

View file

@ -113,7 +113,7 @@ yunohost service add $app --description="Web-based IRC client in Go" --log="/var
ynh_script_progression --message="Starting a systemd service..." --weight=2
# Start a systemd service
ynh_systemd_action --service_name=$app --action=start --log_path="systemd"
ynh_systemd_action --service_name=$app --action=start --log_path="systemd" --line_match="Listening on port"
#=================================================
# SETUP SSOWAT

View file

@ -90,7 +90,7 @@ yunohost service add $app --description="Web-based IRC client in Go" --log="/var
#=================================================
ynh_script_progression --message="Starting a systemd service..." --weight=1
ynh_systemd_action --service_name=$app --action=start --log_path=systemd
ynh_systemd_action --service_name=$app --action=start --log_path=systemd --line_match="Listening on port"
#=================================================
# GENERIC FINALIZATION

View file

@ -116,7 +116,7 @@ yunohost service add $app --description="Web-based IRC client in Go" --log="/var
#=================================================
ynh_script_progression --message="Starting a systemd service..." --weight=1
ynh_systemd_action --service_name=$app --action=start --log_path=systemd
ynh_systemd_action --service_name=$app --action=start --log_path=systemd --line_match="Listening on port"
#=================================================
# RELOAD NGINX