mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-11-24 20:59:37 +08:00
17 lines
275 B
Desktop File
17 lines
275 B
Desktop File
[Unit]
|
|
Description=RustDesk
|
|
Requires=network.target
|
|
After=systemd-user-sessions.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/rustdesk --service
|
|
PIDFile=/run/rustdesk.pid
|
|
KillMode=mixed
|
|
TimeoutStopSec=30
|
|
User=root
|
|
LimitNOFILE=100000
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|