19 lines
299 B
SYSTEMD
19 lines
299 B
SYSTEMD
|
[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
|