19 lines
387 B
Desktop File
19 lines
387 B
Desktop File
[Unit]
|
|
Description=gunicorn daemon
|
|
Requires=gunicorn.socket
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=notify
|
|
User=motus
|
|
RuntimeDirectory=gunicorn
|
|
WorkingDirectory=/home/motus/motus_remote/web
|
|
ExecStart=/bin/bash -c "/home/motus/.local/bin/pipenv run gunicorn wsgi:app"
|
|
ExecReload=/bin/kill -s HUP $MAINPID
|
|
KillMode=mixed
|
|
TimeoutStopSec=5
|
|
PrivateTmp=true
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|