We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 350b64c commit 3374a26Copy full SHA for 3374a26
sat/services/uwsgi.service
@@ -0,0 +1,13 @@
1
+[Unit]
2
+Description=SAT service
3
+After=network.target
4
+
5
+[Service]
6
+User=sat
7
+WorkingDirectory=/home/sat/github/sat/
8
+Environment="PATH=/home/sat/.conda/envs/sat/bin/python"
9
+ExecStart=/home/sat/.conda/envs/sat/bin/uwsgi --ini /home/sat/github/sat/uwsgi.ini
10
+Restart=on-failure
11
12
+[Install]
13
+WantedBy=multi-user.target
0 commit comments