1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/rustdesk-server_ynh.git synced 2024-09-03 20:16:24 +02:00

Update rustdeskrelay.service

This commit is contained in:
Éric Gaspar 2023-11-01 11:30:04 +01:00
parent a7b0a226e5
commit eee1ef1be8

View file

@ -5,10 +5,10 @@ Description=Rustdesk Relay Server
Type=simple
User=__APP__
Group=__APP__
Restart=always
LimitNOFILE=1000000
ExecStart=__INSTALL_DIR__/hbbr -p __PORT_HBBR__
WorkingDirectory=__INSTALL_DIR__/
Restart=always
StandardOutput=append:/var/log/__APP__/hbbr.log
StandardError=append:/var/log/__APP__/hbbr.error
RestartSec=10