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.
2 parents 1558e2b + 4ed48b4 commit d5e8d5fCopy full SHA for d5e8d5f
scripts/create_backend_service.sh
@@ -5,7 +5,6 @@ USER_NAME="ubuntu"
5
APP_NAME="epoch-proxy-backend"
6
APP_DIR="/home/${USER_NAME}/epoch-proxy/services/proxy"
7
EXEC_PATH="${APP_DIR}/epoch-proxy-server"
8
-ENV_FILE="${APP_DIR}/.env"
9
10
# Create the service file content
11
SERVICE_CONTENT="[Unit]
@@ -17,7 +16,6 @@ User=${USER_NAME}
17
16
WorkingDirectory=${APP_DIR}
18
ExecStart=${EXEC_PATH} -log-level *:DEBUG
19
Restart=always
20
-EnvironmentFile=${ENV_FILE}
21
22
[Install]
23
WantedBy=multi-user.target
0 commit comments