mirror of
https://github.com/rustdesk/rustdesk
synced 2026-04-21 13:27:19 +00:00
15 lines
265 B
Text
15 lines
265 B
Text
[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
|