metapost-workshops
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

metaplot-api.service
text/plain

Download raw (333 bytes)

[Unit]
Description=Metaplot API, API for the metapost workshops
After=network.target

[Service]
User=metaplot-api
Group=metaplot-api
Restart=on-failure
WorkingDirectory=/srv/metaplot-api/
ExecStart=/usr/bin/gunicorn --config /srv/metaplot-api/gunicorn.conf --bind 0.0.0.0:5555 --workers wsgi:app

[Install]
WantedBy=multi-user.target