fix service file

This commit is contained in:
CrazyWolf13 2025-05-05 20:57:48 +02:00
parent 3b306f8c77
commit be3f462f27
2 changed files with 2 additions and 2 deletions

View File

@ -70,4 +70,4 @@ description
msg_ok "Completed Successfully!\n"
echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${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}"

View File

@ -47,7 +47,7 @@ After=network.target
[Service]
EnvironmentFile=/opt/${APPLICATION}.env
WorkingDirectory=/opt/${APPLICATION}
ExecStart=/opt/${APPLICATION}start.sh
ExecStart=/opt/${APPLICATION}/start.sh
Restart=always
[Install]