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"