From c5b02a535889ded5f29f3a57af1ebb3cf8f42dab Mon Sep 17 00:00:00 2001 From: Aevann Date: Mon, 29 Apr 2024 04:31:30 +0300 Subject: [PATCH] same as last commit --- services/opera-proxy.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/opera-proxy.service b/services/opera-proxy.service index 3a9f977cd..35e7b68ea 100644 --- a/services/opera-proxy.service +++ b/services/opera-proxy.service @@ -7,7 +7,7 @@ Restart = on-failure RestartSec = 30s User = rdrama Group = rdrama -ExecStart = source /e && /snap/bin/opera-proxy -country ${PROXY_LOCATION} +ExecStart = /bin/bash -c 'set -a && source /e && /snap/bin/opera-proxy -country ${PROXY_LOCATION}' [Install] WantedBy = multi-user.target