From 8a8783ac8208693a4b732937146f48a621b7b7b8 Mon Sep 17 00:00:00 2001 From: Whispering Wind <151555003+ReturnFI@users.noreply.github.com> Date: Mon, 19 Aug 2024 22:55:10 +0330 Subject: [PATCH] Remove Group --- core/scripts/telegrambot/runbot.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/scripts/telegrambot/runbot.sh b/core/scripts/telegrambot/runbot.sh index 344b12e..60a63ee 100644 --- a/core/scripts/telegrambot/runbot.sh +++ b/core/scripts/telegrambot/runbot.sh @@ -22,8 +22,6 @@ After=network.target ExecStart=/bin/bash -c 'source /etc/hysteria/hysteria2_venv/bin/activate && /etc/hysteria/hysteria2_venv/bin/python /etc/hysteria/core/scripts/telegrambot/tbot.py' WorkingDirectory=/etc/hysteria/core/scripts/telegrambot Restart=always -User=root -Group=root [Install] WantedBy=multi-user.target