Skip to content

Commit 5e6f2f4

Browse files
committed
Fix service_install_venv.sh
1 parent b3696d9 commit 5e6f2f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service_install_venv.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ fi
1111
# Get the absolute path of the application directory
1212
APP_DIR="$(cd "$(dirname "$0")" && pwd)"
1313
APP_NAME="openrouter-proxy"
14-
SERVICE_NAME="${APP_NAME}-venv.service" # Changed service name slightly
14+
SERVICE_NAME="${APP_NAME}.service"
1515
SERVICE_FILE="/etc/systemd/system/${SERVICE_NAME}"
1616
VENV_DIR="${APP_DIR}/venv"
1717

0 commit comments

Comments
 (0)