mirror of
https://github.com/rustdesk/rustdesk
synced 2026-04-21 13:27:19 +00:00
13 lines
209 B
Text
13 lines
209 B
Text
[Unit]
|
|
Description=RustDesk
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/rustdesk --server
|
|
PIDFile=/run/rustdesk.user.pid
|
|
KillMode=mixed
|
|
TimeoutStopSec=30
|
|
LimitNOFILE=100000
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|