From cbfda855ed913fa96eaf19a3423c082d506aa84c Mon Sep 17 00:00:00 2001 From: kilyabin <65072190+kilyabin@users.noreply.github.com> Date: Thu, 5 Mar 2026 22:23:42 +0400 Subject: [PATCH] fix(script): wrong user in systemd service --- scripts/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install.sh b/scripts/install.sh index 9e79e3f..31f19f0 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -10,8 +10,8 @@ NC='\033[0m' # No Color # Configuration INSTALL_DIR="/opt/kspguti-schedule" -SERVICE_USER="www-data" -SERVICE_GROUP="www-data" +SERVICE_USER="sched-user" +SERVICE_GROUP="sched-user" SERVICE_NAME="kspguti-schedule" NODE_VERSION="20"