fix(script): wrong user in systemd service
This commit is contained in:
@@ -10,8 +10,8 @@ NC='\033[0m' # No Color
|
|||||||
|
|
||||||
# Configuration
|
# Configuration
|
||||||
INSTALL_DIR="/opt/kspguti-schedule"
|
INSTALL_DIR="/opt/kspguti-schedule"
|
||||||
SERVICE_USER="www-data"
|
SERVICE_USER="sched-user"
|
||||||
SERVICE_GROUP="www-data"
|
SERVICE_GROUP="sched-user"
|
||||||
SERVICE_NAME="kspguti-schedule"
|
SERVICE_NAME="kspguti-schedule"
|
||||||
NODE_VERSION="20"
|
NODE_VERSION="20"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user