Added a new link caching system, updated the readme, started ignoreing pycache

This commit is contained in:
Robin Universe
2021-07-07 22:17:23 -05:00
parent 52df884b0f
commit ecba0fc79d
8 changed files with 108 additions and 27 deletions

13
twitfix.service Normal file
View File

@ -0,0 +1,13 @@
[Unit]
Description=Init file for twitfix uwsgi instance
After=network.target
[Service]
User=robin
Group=robin
WorkingDirectory=/home/robin/twitfix
Environment="PATH=/home/robin/twitfix/twitfixenv/bin"
ExecStart=/home/robin/twitfix/twitfixenv/bin/uwsgi --ini twitfix.ini
[Install]
WantedBy=multi-user.target