19 lines
299 B
Desktop File
19 lines
299 B
Desktop File
[Unit]
|
|
Description=rustdesk-server-hbbs
|
|
|
|
After=network.target
|
|
|
|
[Service]
|
|
User=hbbs
|
|
Group=hbbs
|
|
ExecStart=/usr/bin/hbbs
|
|
PrivateTmp=true
|
|
PrivateDevices=true
|
|
ProtectHome=true
|
|
ProtectSystem=strict
|
|
WorkingDirectory=/var/lib//hbbs/
|
|
ReadWriteDirectories=/var/lib/hbbs/
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|