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
b0d1d4f17d
commit
bd32c307f0
2 changed files with 11 additions and 9 deletions
|
@ -7,8 +7,8 @@ User=__APP__
|
||||||
Group=__APP__
|
Group=__APP__
|
||||||
Restart=always
|
Restart=always
|
||||||
LimitNOFILE=1000000
|
LimitNOFILE=1000000
|
||||||
ExecStart=__INSTALL_DIR__/hbbr -p __PORT_HBBR__
|
|
||||||
WorkingDirectory=__INSTALL_DIR__/
|
WorkingDirectory=__INSTALL_DIR__/
|
||||||
|
ExecStart=__INSTALL_DIR__/hbbr #-p __PORT_HBBR__
|
||||||
StandardOutput=append:/var/log/__APP__/hbbr.log
|
StandardOutput=append:/var/log/__APP__/hbbr.log
|
||||||
StandardError=append:/var/log/__APP__/hbbr.error
|
StandardError=append:/var/log/__APP__/hbbr.error
|
||||||
RestartSec=10
|
RestartSec=10
|
||||||
|
|
|
@ -58,14 +58,16 @@ ram.runtime = "50M"
|
||||||
[resources.permissions]
|
[resources.permissions]
|
||||||
main.url = "/"
|
main.url = "/"
|
||||||
|
|
||||||
|
[resources.ports]
|
||||||
|
|
||||||
[resources.ports]
|
[resources.ports]
|
||||||
main.default = 21115
|
hbbs.default = 21115
|
||||||
main.exposed = "TCP"
|
hbbs.exposed = "TCP"
|
||||||
hbbs.default = 21116
|
hbbsbis.default = 21116
|
||||||
hbbs.exposed = "Both"
|
hbbsbis.exposed = "Both"
|
||||||
|
hbbster.default = 21118
|
||||||
|
hbbster.exposed = "TCP"
|
||||||
hbbr.default = 21117
|
hbbr.default = 21117
|
||||||
hbbr.exposed = "TCP"
|
hbbr.exposed = "TCP"
|
||||||
mainbis.default = 21118
|
hbbrbis.default = 21119
|
||||||
mainbis.exposed = "TCP"
|
hbbrbis.exposed = "TCP"
|
||||||
mainter.default = 21119
|
|
||||||
mainter.exposed = "TCP"
|
|
||||||
|
|
Loading…
Reference in a new issue