fix cloudbeaver
This commit is contained in:
parent
d4e0270e00
commit
daa30878e7
5 changed files with 23 additions and 6 deletions
|
@ -2,11 +2,14 @@
|
|||
Description=cloudbeaver
|
||||
|
||||
[Service]
|
||||
Type=exec
|
||||
User=cloudbeaver
|
||||
EnvironmentFile=-/etc/default/cloudbeaver
|
||||
Group=cloudbeaver
|
||||
ExecStart=/usr/share/cloudbeaver/run-server.sh
|
||||
WorkingDirectory=/var/lib/cloudbeaver
|
||||
WorkingDirectory=/usr/share/cloudbeaver
|
||||
PrivateTmp=true
|
||||
PrivateDevices=true
|
||||
ProtectHome=true
|
||||
ProtectSystem=strict
|
||||
Restart=on-failure
|
||||
RestartSec=30s
|
||||
ReadWritePaths=/var/lib/cloudbeaver
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue