feat: add client config script and systemd unit
This commit is contained in:
17
scripts/rustdesk-client-local.service
Normal file
17
scripts/rustdesk-client-local.service
Normal file
@@ -0,0 +1,17 @@
|
||||
[Unit]
|
||||
Description=RustDesk Client (local hbbs)
|
||||
After=xorg-dummy.service network.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
User=root
|
||||
Environment="DISPLAY=:0"
|
||||
Environment="XAUTHORITY=/root/.Xauthority"
|
||||
ExecStartPre=/root/write-rustdesk-config.sh
|
||||
ExecStartPre=/bin/sleep 2
|
||||
ExecStart=/usr/share/rustdesk/rustdesk --server
|
||||
Restart=always
|
||||
RestartSec=10
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user