Update install/backrest-install.sh

Co-authored-by: Slaviša Arežina <58952836+tremor021@users.noreply.github.com>
This commit is contained in:
enirts31 2025-05-13 09:33:22 -04:00 committed by GitHub
parent b541ecf318
commit 60788fccbd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,7 +35,7 @@ After=network.target
Type=simple
User=$(whoami)
ExecStart=/opt/backrest/bin/backrest
Environment="BACKREST_PORT=0.0.0.0:9898"
Environment="BACKREST_PORT=9898"
Environment="BACKREST_CONFIG=/opt/backrest/config/config.json"
Environment="BACKREST_DATA=/opt/backrest/data"
Environment="XDG_CACHE_HOME=/opt/backrest/cache"