new version adguardhome element-web glpi grocy mautrix-whatsapp metabase rss-bridge tt-rss wallabag zigbee2mqtt
add rustdesk-server
This commit is contained in:
parent
ad8ebb543c
commit
f7730928e4
29 changed files with 272 additions and 59 deletions
|
@ -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
|
4
ressources/rustdesk-server/rustdesk-server-hbbr/DEBIAN/postinst
Executable file
4
ressources/rustdesk-server/rustdesk-server-hbbr/DEBIAN/postinst
Executable 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
|
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue