1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/streama_ynh.git synced 2024-09-03 20:26:30 +02:00

Merge branch 'master' into testing

This commit is contained in:
Éric Gaspar 2021-03-01 11:15:37 +01:00 committed by GitHub
commit 24988dac25
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -94,6 +94,7 @@ ynh_system_user_create --username=$app
#=================================================
ynh_script_progression --message="Configuring a systemd service..." --weight=1
# This can be removed as the variable is dynamically replaced by ynh_add_systemd_config helper
ynh_replace_string --match_string="__PORT__" --replace_string="$port" --target_file="../conf/systemd.service"
ynh_add_systemd_config

View file

@ -91,6 +91,7 @@ ynh_install_app_dependencies $pkg_dependencies
#=================================================
ynh_script_progression --message="Configuring a systemd service..." --weight=3
# This can be removed as the variable is dynamically replaced by ynh_add_systemd_config helper
ynh_replace_string --match_string="__PORT__" --replace_string="$port" --target_file="../conf/systemd.service"
ynh_add_systemd_config