1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/peertube_ynh.git synced 2024-09-03 19:56:29 +02:00
This commit is contained in:
Éric Gaspar 2023-12-29 21:02:13 +01:00
parent 1192f6cc03
commit 451b8fb75b
3 changed files with 3 additions and 3 deletions

View file

@ -99,7 +99,7 @@ chown $app:$app "$install_dir/config/local-production.json"
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="HTTP server listening on 127.0.0.1"
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="HTTP server listening on 127.0.0.1"
#=================================================
# INSTALL LDAP PLUGIN

View file

@ -63,7 +63,7 @@ yunohost service add $app --description="Federated video streaming platform" --l
#=================================================
ynh_script_progression --message="Starting a systemd service..."
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" #--line_match="HTTP server listening on 127.0.0.1"
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="HTTP server listening on 127.0.0.1"
ynh_systemd_action --service_name=nginx --action=reload

View file

@ -165,7 +165,7 @@ fi
#=================================================
ynh_script_progression --message="Starting systemd service..."
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" #--line_match="HTTP server listening on 127.0.0.1"
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="HTTP server listening on 127.0.0.1"
#=================================================
# END OF SCRIPT