Skip to content

Commit

Permalink
[SAT] Adds service sample file
Browse files Browse the repository at this point in the history
  • Loading branch information
manrajgrover committed Dec 29, 2019
1 parent 3374a26 commit c6c044f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
13 changes: 0 additions & 13 deletions sat/services/uwsgi.service

This file was deleted.

13 changes: 13 additions & 0 deletions sat/services/uwsgi.service.sample
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[Unit]
Description=SAT service
After=network.target

[Service]
User=sat
WorkingDirectory=<project_directory>
Environment="PATH=<conda absolute path>"
ExecStart=<uwsgi command with absolute path>
Restart=on-failure

[Install]
WantedBy=multi-user.target

0 comments on commit c6c044f

Please sign in to comment.