1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/thelounge_ynh.git synced 2024-09-03 20:35:54 +02:00
This commit is contained in:
ericgaspar 2021-08-30 14:37:23 +02:00
parent 7f5100b7fe
commit 57cbdf8902
No known key found for this signature in database
GPG key ID: 574F281483054D44
3 changed files with 3 additions and 3 deletions

View file

@ -167,7 +167,7 @@ yunohost service add $app --description="Client Web IRC" --log="/var/log/$app/$a
ynh_script_progression --message="Starting a systemd service..."
# Start a systemd service
ynh_systemd_action --service_name=$app --action=start --log_path=systemd --line_match="Available at http"
ynh_systemd_action --service_name=$app --action=start --log_path=systemd #--line_match="Available at http"
#=================================================
# SETUP SSOWAT

View file

@ -113,7 +113,7 @@ yunohost service add $app --description="Client Web IRC" --log="/var/log/$app/$a
#=================================================
ynh_script_progression --message="Starting a systemd service..."
ynh_systemd_action --service_name=$app --action=start --log_path=systemd --line_match="Available at http"
ynh_systemd_action --service_name=$app --action=start --log_path=systemd #--line_match="Available at http"
#=================================================
# GENERIC FINALIZATION

View file

@ -171,7 +171,7 @@ yunohost service add $app --description="Client Web IRC" --log="/var/log/$app/$a
#=================================================
ynh_script_progression --message="Starting a systemd service..."
ynh_systemd_action --service_name=$app --action=start --log_path=systemd --line_match="Available at http"
ynh_systemd_action --service_name=$app --action=start --log_path=systemd #--line_match="Available at http"
#=================================================
# RELOAD NGINX