10 lines
236 B
SYSTEMD
10 lines
236 B
SYSTEMD
|
[Unit]
|
||
|
Description=Mirror the ansible repo from pagure locally
|
||
|
Documentation=https://pagure.io/fedora-infrastructure
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/usr/bin/python /usr/libexec/mirror_from_pagure.py
|
||
|
Type=simple
|
||
|
User=packagerbot
|
||
|
Group=packagerbot
|