pagure.service 260 B

12345678910111213
  1. [Unit]
  2. Description=The Pagure web service
  3. After=network.target
  4. [Service]
  5. Environment="PAGURE_CONFIG=/etc/pagure/pagure.cfg"
  6. ExecStart=python3 /srv/pagure/runserver.py --host 0.0.0.0 --debug
  7. Type=simple
  8. User=git
  9. Group=git
  10. [Install]
  11. WantedBy=multi-user.target