Skip to content

Commit

Permalink
Created SystemMd file
Browse files Browse the repository at this point in the history
  • Loading branch information
CWAbhi committed Dec 9, 2024
1 parent 43f2bb0 commit 19a19c4
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions talawa-api-docs/talawa-api.service
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[Unit]
Description=Talawa API Service
After=network.target

[Service]
User=talawa
Group=talawa
WorkingDirectory=/opt/talawa-api
ExecStart=/usr/bin/python3 /opt/talawa-api/main.py
Restart=always
RestartSec=5
Environment="PATH=/usr/bin:/usr/local/bin"
Environment="APP_ENV=production"

[Install]
WantedBy=multi-user.target

0 comments on commit 19a19c4

Please sign in to comment.