mirror of
https://github.com/YunoHost-Apps/rustdesk-server_ynh.git
synced 2024-09-03 20:16:24 +02:00
fix
This commit is contained in:
parent
4c5a7ae83d
commit
b0d1d4f17d
2 changed files with 5 additions and 1 deletions
|
@ -65,3 +65,7 @@ ram.runtime = "50M"
|
|||
hbbs.exposed = "Both"
|
||||
hbbr.default = 21117
|
||||
hbbr.exposed = "TCP"
|
||||
mainbis.default = 21118
|
||||
mainbis.exposed = "TCP"
|
||||
mainter.default = 21119
|
||||
mainter.exposed = "TCP"
|
||||
|
|
|
@ -56,7 +56,7 @@ yunohost service add rustdesksignal --description="Rustdesk Signal Server" --log
|
|||
#=================================================
|
||||
ynh_script_progression --message="Reloading NGINX web server and $app's service..." --weight=1
|
||||
|
||||
# Typically you only have either $app or php-fpm but not both at the same time...
|
||||
# Typically you only have either $app but not both at the same time...
|
||||
ynh_systemd_action --service_name=rustdeskrelay --action="start" --log_path="systemd"
|
||||
ynh_systemd_action --service_name=rustdesksignal --action="start" --log_path="systemd"
|
||||
|
||||
|
|
Loading…
Reference in a new issue