Skip to content

Commit d5e8d5f

Browse files
Merge pull request #29 from iulianpascalau/backend-service-script-fixes
Backend service script fixes
2 parents 1558e2b + 4ed48b4 commit d5e8d5f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scripts/create_backend_service.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ USER_NAME="ubuntu"
55
APP_NAME="epoch-proxy-backend"
66
APP_DIR="/home/${USER_NAME}/epoch-proxy/services/proxy"
77
EXEC_PATH="${APP_DIR}/epoch-proxy-server"
8-
ENV_FILE="${APP_DIR}/.env"
98

109
# Create the service file content
1110
SERVICE_CONTENT="[Unit]
@@ -17,7 +16,6 @@ User=${USER_NAME}
1716
WorkingDirectory=${APP_DIR}
1817
ExecStart=${EXEC_PATH} -log-level *:DEBUG
1918
Restart=always
20-
EnvironmentFile=${ENV_FILE}
2119
2220
[Install]
2321
WantedBy=multi-user.target

0 commit comments

Comments
 (0)