16 lines
277 B
Plaintext
16 lines
277 B
Plaintext
|
[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
|