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
|