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/rustdesk-server.service
2023-10-31 22:31:33 +01:00

18 lines
No EOL
396 B
Desktop File

[Unit]
Description=Rustdesk Relay Server
[Service]
Type=simple
User=__APP__
Group=__APP__
LimitNOFILE=1000000
ExecStart=__INSTALL_DIR__/hbbr
WorkingDirectory=__INSTALL_DIR__/
Restart=always
StandardOutput=append:__INSTALL_DIR__/hbbr.log
StandardError=append:__INSTALL_DIR__/hbbr.error
# Restart service after 10 seconds if node service crashes
RestartSec=10
[Install]
WantedBy=multi-user.target