Finished README.

This commit is contained in:
John Washam
2016-07-05 12:42:27 -07:00
parent 6c1e865591
commit 02207c7620
2 changed files with 42 additions and 18 deletions

14
flash_cards.service Normal file
View File

@@ -0,0 +1,14 @@
[Unit]
Description=uWSGI instance to serve flash_cards
After=network.target
[Service]
User=john
Group=www-data
WorkingDirectory=/var/www/cs_flash_cards
Environment="PATH=/var/www/cs_flash_cards/py3env/bin"
Environment="CARDS_SETTINGS=/var/www/cs_flash_cards/config-personal.txt"
ExecStart=/var/www/cs_flash_cards/py3env/bin/uwsgi --ini flash_cards.ini
[Install]
WantedBy=multi-user.target