14 lines
291 B
Desktop File
14 lines
291 B
Desktop File
[Unit]
|
|
Description=Gunicorn instance to serve paste
|
|
After=network.target
|
|
|
|
[Service]
|
|
User=UNAME
|
|
Group=UGROUP
|
|
WorkingDirectory=WORKINGDIR
|
|
Environment="PATH=ENVIRONMENT/bin"
|
|
ExecStart=ENVIRONMENT/bin/gunicorn --workers 3 --bind unix:paste.sock -m 007 wsgi
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|