rustdesk-hbbr.service 405 B

123456789101112131415161718192021
  1. [Unit]
  2. Description=Rustdesk Relay Server
  3. [Service]
  4. Type=simple
  5. LimitNOFILE=1000000
  6. ExecStart=/usr/bin/hbbr
  7. WorkingDirectory=/var/lib/rustdesk-server/
  8. User=
  9. Group=
  10. Restart=always
  11. StandardOutput=append:/var/log/rustdesk-server/hbbr.log
  12. StandardError=append:/var/log/rustdesk-server/hbbr.error
  13. # Restart service after 10 seconds if node service crashes
  14. RestartSec=10
  15. [Install]
  16. WantedBy=multi-user.target