pagure.service 285 B

1234567891011
  1. [Unit]
  2. Description=The Pagure web service
  3. After=network.target
  4. [Service]
  5. Environment="PAGURE_CONFIG=/home/vagrant/pagure.cfg"
  6. ExecStart=/home/vagrant/.virtualenvs/python3-pagure/bin/python %h/devel/runserver.py --host 0.0.0.0 --debug
  7. Type=simple
  8. [Install]
  9. WantedBy=multi-user.target