mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
14 lines
209 B
Plaintext
14 lines
209 B
Plaintext
[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
|