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:
parent
4a6148e20a
commit
8f1ff51653
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ yunohost service add $app --description="Bonfire daemon" --log="/var/log/$app/$a
|
|||
ynh_script_progression --message="Starting Bonfire daemon service..." --weight=1
|
||||
|
||||
# Start a systemd service
|
||||
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"
|
||||
|
||||
#=================================================
|
||||
# END OF SCRIPT
|
||||
|
|
Loading…
Add table
Reference in a new issue