1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/rustdesk-server_ynh.git synced 2024-09-03 20:16:24 +02:00
This commit is contained in:
Éric Gaspar 2023-11-01 11:58:04 +01:00
parent 4c5a7ae83d
commit b0d1d4f17d
2 changed files with 5 additions and 1 deletions

View file

@ -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"

View file

@ -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"