2023-10-29 16:23:32 +01:00
|
|
|
[Unit]
|
|
|
|
Description=Rustdesk Relay Server
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=simple
|
2023-10-29 16:27:43 +01:00
|
|
|
User=__APP__
|
|
|
|
Group=__APP__
|
2023-10-29 16:23:32 +01:00
|
|
|
LimitNOFILE=1000000
|
2023-10-31 22:27:47 +01:00
|
|
|
WorkingDirectory=__INSTALL_DIR__/
|
2023-10-31 23:13:18 +01:00
|
|
|
ExecStart=__INSTALL_DIR__/hbbr -p __PORT_HBBR__
|
2023-10-29 16:23:32 +01:00
|
|
|
Restart=always
|
2023-10-31 23:04:46 +01:00
|
|
|
StandardOutput=append:/var/log/rustdesk/relayserver.log
|
|
|
|
StandardError=append:/var/log/rustdesk/relayserver.error
|
2023-10-29 16:23:32 +01:00
|
|
|
RestartSec=10
|
|
|
|
|
|
|
|
[Install]
|
2023-10-31 23:04:46 +01:00
|
|
|
WantedBy=multi-user.target
|