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

check if service is started correctly

This commit is contained in:
lapineige 2024-01-21 16:38:00 +01:00 committed by GitHub
parent 8f1ff51653
commit db02fe0de7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -47,7 +47,7 @@ yunohost service add $app --description="Bonfire daemon" --log="/var/log/$app/$a
#=================================================
ynh_script_progression --message="Starting Bonfire daemon service..." --weight=1
ynh_systemd_action --service_name=$app --action="start" --log_path="/var/log/$app/$app.log"
ynh_systemd_action --service_name=$app --action="start" --log_path="/var/log/$app/$app.log" --line_match="[info] Running Bonfire.Web.Endpoint"
ynh_systemd_action --service_name=nginx --action=reload