Skip to content

Commit

Permalink
changed path
Browse files Browse the repository at this point in the history
  • Loading branch information
PurnenduMIshra129th committed Dec 30, 2024
1 parent a627fa3 commit b30e79d
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 9 deletions.
2 changes: 1 addition & 1 deletion example/linux/systemd/Talawa-api.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Description: Talawa API startup script

# Don't use environment variables in this script, as when the script will run by systemd, it will not have access to the environment variables of the user. I have tried setting the environment variables in the systemd service file but it didn't work. So, directly use the absolute paths in the script.
PROJECT_DIR="/home/purnendu/Development/talawa-api"
PROJECT_DIR="/path/to/your/talawa-api"
LOG_FILE="/var/log/talawa-api.log"
DEV_PATH="src/index.ts"
PROD_PATH="dist/index.js"
Expand Down
Loading

0 comments on commit b30e79d

Please sign in to comment.