From 9102ee8e93e9ff355995d66870c5d34dfbce8c93 Mon Sep 17 00:00:00 2001 From: Alexey Barabanov Date: Thu, 13 Nov 2025 15:07:49 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D1=80=D0=B8=D1=87=D0=81=D1=81=D0=B8?= =?UTF-8?q?=D0=BD=D0=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Auto_Anons_Generator.service | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Auto_Anons_Generator.service b/Auto_Anons_Generator.service index e439160..4244a9b 100644 --- a/Auto_Anons_Generator.service +++ b/Auto_Anons_Generator.service @@ -9,13 +9,15 @@ Type=simple User=eng Group=eng WorkingDirectory=/home/eng/ +Environment=PATH=/home/eng/.venv/bin/ EnvironmentFile=/mnt/aescript/.env +ExecStart=python3 AF_script_test_4.py # Лимиты ресурсов MemoryMax=1G CPUQuota=80% -ExecStart=/home/eng/.venv/bin/python AF_script_test_4.py +# Логирование StandardOutput=journal StandardError=journal SyslogIdentifier=AFS