mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-11-25 21:49:04 +08:00
aae6e2b16b
Signed-off-by: fufesou <shuanglongchen@yeah.net>
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
|