new version adguardhome element-web glpi grocy mautrix-whatsapp metabase rss-bridge tt-rss wallabag zigbee2mqtt

add rustdesk-server
This commit is contained in:
thomas 2022-06-11 22:16:17 +02:00
parent ad8ebb543c
commit f7730928e4
29 changed files with 272 additions and 59 deletions

View file

@ -0,0 +1,7 @@
Package: rustdesk-server-hbbr
Version: %VERSION%
Section: base
Priority: optional
Architecture: all
Maintainer: Thomas Legay <thomas@syngate.fr>
Description: rustdesk-server-hbbr

View file

@ -0,0 +1,4 @@
#!/bin/bash
id hbbr &> /dev/null || useradd hbbr -r -s /bin/false -md /var/lib/hbbr
chown hbbr:hbbr /var/lib/hbbr

View file

@ -0,0 +1,18 @@
[Unit]
Description=rustdesk-server-hbbs
After=network.target
[Service]
User=hbbr
Group=hbbr
ExecStart=/usr/bin/hbbr
PrivateTmp=true
PrivateDevices=true
ProtectHome=true
ProtectSystem=strict
WorkingDirectory=/var/lib//hbbr/
ReadWriteDirectories=/var/lib/hbbr/
[Install]
WantedBy=multi-user.target