1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/rustdesk-server_ynh.git synced 2024-09-03 20:16:24 +02:00
rustdesk-server_ynh/conf/rustdeskrelay.service
Éric Gaspar 0cf4182a29 cleaning
2023-11-01 18:16:02 +01:00

17 lines
No EOL
357 B
Desktop File

[Unit]
Description=RustDesk: Relay Server
[Service]
Type=simple
User=__APP__
Group=__APP__
Restart=always
LimitNOFILE=1000000
WorkingDirectory=__INSTALL_DIR__/
ExecStart=__INSTALL_DIR__/hbbr -p __PORT_HBBR__
StandardOutput=append:/var/log/__APP__/hbbr.log
StandardError=append:/var/log/__APP__/hbbr.error
RestartSec=10
[Install]
WantedBy=multi-user.target