From 60788fccbdf3d1a03d91a4e0a74c1a6a7db50737 Mon Sep 17 00:00:00 2001 From: enirts31 Date: Tue, 13 May 2025 09:33:22 -0400 Subject: [PATCH] Update install/backrest-install.sh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Slaviša Arežina <58952836+tremor021@users.noreply.github.com> --- install/backrest-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/backrest-install.sh b/install/backrest-install.sh index 64babcc..7d1ac31 100644 --- a/install/backrest-install.sh +++ b/install/backrest-install.sh @@ -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"