fix service file
This commit is contained in:
parent
3b306f8c77
commit
be3f462f27
@ -70,4 +70,4 @@ description
|
|||||||
msg_ok "Completed Successfully!\n"
|
msg_ok "Completed Successfully!\n"
|
||||||
echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}"
|
echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}"
|
||||||
echo -e "${INFO}${YW} Access it using the following URL:${CL}"
|
echo -e "${INFO}${YW} Access it using the following URL:${CL}"
|
||||||
echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:[PORT]${CL}"
|
echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:8000${CL}"
|
||||||
|
@ -47,7 +47,7 @@ After=network.target
|
|||||||
[Service]
|
[Service]
|
||||||
EnvironmentFile=/opt/${APPLICATION}.env
|
EnvironmentFile=/opt/${APPLICATION}.env
|
||||||
WorkingDirectory=/opt/${APPLICATION}
|
WorkingDirectory=/opt/${APPLICATION}
|
||||||
ExecStart=/opt/${APPLICATION}start.sh
|
ExecStart=/opt/${APPLICATION}/start.sh
|
||||||
Restart=always
|
Restart=always
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user