mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-08 20:51:28 +03:00
feat: flatpak and flutter build
This commit is contained in:
15
flutter/rustdesk.service.user
Normal file
15
flutter/rustdesk.service.user
Normal file
@@ -0,0 +1,15 @@
|
||||
[Unit]
|
||||
Description=RustDesk user service (--server)
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/lib/rustdesk/flutter_hbb --server
|
||||
PIDFile=/run/rustdesk.user.pid
|
||||
KillMode=mixed
|
||||
TimeoutStopSec=30
|
||||
LimitNOFILE=100000
|
||||
Restart=on-failure
|
||||
RestartSec=3
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user