1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/streama_ynh.git synced 2024-09-03 20:26:30 +02:00
This commit is contained in:
ericgaspar 2020-10-23 19:09:15 +02:00
parent 5cefde88f7
commit 765a0c075e
No known key found for this signature in database
GPG key ID: 574F281483054D44
3 changed files with 3 additions and 3 deletions

View file

@ -133,7 +133,7 @@ yunohost service add $app --description "Streama media system" --log "/var/log/$
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" --line_match="Grails application running at"
ynh_systemd_action --service_name=$app --action=start --log_path="systemd" --line_match="Grails application running at"
#=================================================
# SETUP SSOWAT

View file

@ -91,7 +91,7 @@ yunohost service add "$app" --description "Streama media system" --log "/var/log
#=================================================
ynh_script_progression --message="Starting a systemd service..." --weight=2
ynh_systemd_action --service_name="$app" --action="start" --log_path="/systemd" --line_match="Grails application running at"
ynh_systemd_action --service_name=$app --action=start --log_path="systemd" --line_match="Grails application running at"
#=================================================
# GENERIC FINALIZATION

View file

@ -113,7 +113,7 @@ yunohost service add $app --description "Streama media system" --log "/var/log/$
ynh_script_progression --message="Starting a systemd service..." --weight=5
# Start a systemd service
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Grails application running at"
ynh_systemd_action --service_name=$app --action=start --log_path="systemd" --line_match="Grails application running at"
#=================================================
# RELOAD NGINX