Compare commits
3 Commits
b4b508cd2f
...
63459c3001
Author | SHA1 | Date | |
---|---|---|---|
63459c3001 | |||
125e451304 | |||
ef532d4fa1 |
|
@ -1,7 +1,7 @@
|
||||||
# Based on https://docs.gunicorn.org/en/stable/deploy.html#systemd
|
# Based on https://docs.gunicorn.org/en/stable/deploy.html#systemd
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=/usr/bin/gunicorn3 fear_tracker_site.asgi:application --config=/home/anyoneeb/sites/apps/fear-tracker/gnuicorn.conf.py
|
ExecStart=/usr/bin/gunicorn3 fear_tracker_site.asgi:application --config=/home/anyoneeb/sites/apps/fear-tracker/gunicorn.conf.py
|
||||||
ExecReload=/bin/kill -s HUP $MAINPID
|
ExecReload=/bin/kill -s HUP $MAINPID
|
||||||
Restart=always
|
Restart=always
|
||||||
StandardOutput=syslog
|
StandardOutput=syslog
|
||||||
|
|
Loading…
Reference in New Issue
Block a user