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