pasteInstaller/blank.service
2019-02-20 22:34:45 +11:00

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