goworking-mesas.service 335 B

12345678910111213141516
  1. [Unit]
  2. Description=goworking-mesas gunicorn
  3. After=network.target nss-lookup.target
  4. [Service]
  5. Type=simple
  6. Environment="LC_ALL=C.UTF-8"
  7. Environment="LANG=C.UTF-8"
  8. ExecStart=/usr/local/bin/pipenv run gunicorn app:app
  9. WorkingDirectory=/var/www/git/fabricadofuturo/goworking-mesas
  10. Restart=on-failure
  11. [Install]
  12. WantedBy=multi-user.target