Update service name in deploy script; change SERVICE_NAME from "timeclock" to "timeclock-backend" for clarity in deployment configuration.

This commit is contained in:
Torsten Schulz (local)
2025-10-19 13:05:43 +02:00
parent 2fa84d88be
commit 70d135babf

View File

@@ -39,7 +39,7 @@ LOG_DIR="/var/log/timeclock"
# Service-Name (PM2 oder systemd)
USE_PM2=true # true für PM2, false für systemd
SERVICE_NAME="timeclock"
SERVICE_NAME="timeclock-backend"
# Webserver (nginx oder apache2)
WEBSERVER="apache2" # "nginx" oder "apache2"