File: pagure_mirror_project_in.service

package info (click to toggle)
pagure 5.11.3%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 15,640 kB
  • sloc: python: 113,281; javascript: 23,100; makefile: 194; sh: 66
file content (16 lines) | stat: -rw-r--r-- 503 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This service is responsible for PULLing external repositories into local
# repositories. It's used by repositories that are created with a "mirror"
# option.
# For mirroring local repositories to external repositories, see pagure_mirror.service.


[Unit]
Description=Pagure service to mirror in projects
Documentation=https://pagure.io/pagure

[Service]
ExecStart=/usr/bin/python /usr/share/pagure/mirror_project_in.py
Environment="PAGURE_CONFIG=/etc/pagure/pagure.cfg"
Type=simple
User=git
Group=git