mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-11-24 04:12:20 +08:00
8d72dec088
Signed-off-by: fufesou <shuanglongchen@yeah.net>
16 lines
265 B
Plaintext
16 lines
265 B
Plaintext
[Unit]
|
|
Description=RustDesk user service (--server)
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/rustdesk --server
|
|
PIDFile=/run/rustdesk.user.pid
|
|
KillMode=mixed
|
|
TimeoutStopSec=30
|
|
LimitNOFILE=100000
|
|
Restart=on-failure
|
|
RestartSec=3
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|