Skip to content

Commit c6c044f

Browse files
committed
[SAT] Adds service sample file
1 parent 3374a26 commit c6c044f

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

sat/services/uwsgi.service

Lines changed: 0 additions & 13 deletions
This file was deleted.

sat/services/uwsgi.service.sample

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[Unit]
2+
Description=SAT service
3+
After=network.target
4+
5+
[Service]
6+
User=sat
7+
WorkingDirectory=<project_directory>
8+
Environment="PATH=<conda absolute path>"
9+
ExecStart=<uwsgi command with absolute path>
10+
Restart=on-failure
11+
12+
[Install]
13+
WantedBy=multi-user.target

0 commit comments

Comments
 (0)