summarylogtreecommitdiffstats
path: root/rustdesk-server-hbbr.service
blob: b41196b0fe00b4c4089183f5f12777fced7837bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Unit]
Description=RustDesk Relay Server
Requires=network.target

[Service]
User=rustdesk-server
Group=rustdesk-server
WorkingDirectory=~
EnvironmentFile=-/etc/default/rustdesk-server-hbbr
ExecStart=/usr/bin/rustdesk-server-hbbr
Restart=always
RestartSec=10
LimitNOFILE=ininity

[Install]
WantedBy=multi-user.target