From 297f04157f17370fb0d97e2967ea7642a64930de Mon Sep 17 00:00:00 2001 From: Aevann Date: Sun, 27 Oct 2024 23:40:37 +0300 Subject: [PATCH] fix --- services/opera-proxy.service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/opera-proxy.service b/services/opera-proxy.service index baa2d2674..3c63ce88a 100644 --- a/services/opera-proxy.service +++ b/services/opera-proxy.service @@ -7,8 +7,8 @@ Restart = on-failure RestartSec = 30s User = rdrama Group = rdrama -EnvironmentFile=/e -ExecStart = /snap/bin/opera-proxy -country ${OPERA_COUNTRY} +EnvironmentFile=/opera_country +ExecStart = /snap/bin/opera-proxy -country ${country} [Install] WantedBy = multi-user.target