pagure-docs.service 269 B

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