mirror of
https://github.com/YunoHost-Apps/owncast_ynh.git
synced 2024-09-03 19:56:20 +02:00
fix
This commit is contained in:
parent
423d62e9b3
commit
7925d1f3c6
2 changed files with 5 additions and 5 deletions
|
@ -62,11 +62,11 @@ ram.runtime = "50M"
|
||||||
|
|
||||||
[resources.permissions]
|
[resources.permissions]
|
||||||
main.url = "/"
|
main.url = "/"
|
||||||
#admin.url = "/admin"
|
admin.url = "/admin"
|
||||||
#admin.allowed = "admins"
|
admin.allowed = "admins"
|
||||||
#admin.show_tile = false
|
#admin.show_tile = false
|
||||||
#admin.auth_header = false
|
admin.auth_header = false
|
||||||
main.auth_header = false
|
#main.auth_header = false
|
||||||
|
|
||||||
[resources.apt]
|
[resources.apt]
|
||||||
packages = "ffmpeg"
|
packages = "ffmpeg"
|
||||||
|
|
|
@ -60,7 +60,7 @@ yunohost service add $app --description="Self-hosted live video and web chat ser
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Starting a systemd service..." --weight=3
|
ynh_script_progression --message="Starting a systemd service..." --weight=3
|
||||||
|
|
||||||
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="systemd"
|
||||||
sleep 20
|
sleep 20
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue