Initial changes
This commit is contained in:
parent
5b58c0d9bc
commit
66a6af4cc3
3 changed files with 9 additions and 8 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,2 +1,3 @@
|
||||||
config.json
|
config.json
|
||||||
__pycache__
|
__pycache__
|
||||||
|
venv/
|
||||||
|
|
|
@ -4,7 +4,7 @@ module = wsgi:app
|
||||||
master = true
|
master = true
|
||||||
processes = 5
|
processes = 5
|
||||||
|
|
||||||
socket = twitfix.sock
|
socket = /tmp/twitfix.sock
|
||||||
chmod-socket = 660
|
chmod-socket = 660
|
||||||
vacuum = true
|
vacuum = true
|
||||||
|
|
||||||
|
|
|
@ -3,11 +3,11 @@ Description=Init file for twitfix uwsgi instance
|
||||||
After=network.target
|
After=network.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
User=robin
|
User=dylan
|
||||||
Group=robin
|
Group=dylan
|
||||||
WorkingDirectory=/home/robin/twitfix
|
WorkingDirectory=/home/dylan/BetterTwitFix
|
||||||
Environment="PATH=/home/robin/twitfix/twitfixenv/bin"
|
Environment="PATH=/home/dylan/BetterTwitFix/venv/bin"
|
||||||
ExecStart=/home/robin/twitfix/twitfixenv/bin/uwsgi --ini twitfix.ini
|
ExecStart=/home/dylan/BetterTwitFix/venv/bin/uwsgi --ini twitfix.ini
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
Loading…
Reference in a new issue