We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3696d9 commit 5e6f2f4Copy full SHA for 5e6f2f4
service_install_venv.sh
@@ -11,7 +11,7 @@ fi
11
# Get the absolute path of the application directory
12
APP_DIR="$(cd "$(dirname "$0")" && pwd)"
13
APP_NAME="openrouter-proxy"
14
-SERVICE_NAME="${APP_NAME}-venv.service" # Changed service name slightly
+SERVICE_NAME="${APP_NAME}.service"
15
SERVICE_FILE="/etc/systemd/system/${SERVICE_NAME}"
16
VENV_DIR="${APP_DIR}/venv"
17
0 commit comments