19 lines
525 B
Desktop File
19 lines
525 B
Desktop File
[Unit]
|
|
Description=MOTM App - Man of the Match Voting System
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=exec
|
|
User=www-data
|
|
Group=www-data
|
|
WorkingDirectory=/home/jonny/Projects/gcp-hockey-results/motm_app
|
|
Environment=PATH=/home/jonny/Projects/gcp-hockey-results/motm_app/venv/bin
|
|
Environment=FLASK_ENV=production
|
|
ExecStart=/home/jonny/Projects/gcp-hockey-results/motm_app/venv/bin/gunicorn -c gunicorn.conf.py run_production:app
|
|
ExecReload=/bin/kill -s HUP $MAINPID
|
|
Restart=always
|
|
RestartSec=5
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|