pagure-docs.service 317 B

123456789101112
  1. [Unit]
  2. Description=Runs the Pagure documentation server
  3. After=network.target
  4. [Service]
  5. Environment="PAGURE_CONFIG=/home/vagrant/pagure.cfg"
  6. ExecStart=/home/vagrant/.virtualenvs/python3-pagure/bin/python \
  7. /home/vagrant/devel/rundocserver.py --host 0.0.0.0
  8. Type=simple
  9. [Install]
  10. WantedBy=multi-user.target