mirror_from_pagure/mirror_from_pagure.service
Pierre-Yves Chibon 75ee3327a1 Initial import of the code
This includes the script doing the actual mirroring, the systemd service
file and a spec file to compile and install this all

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2020-04-22 12:44:46 +02:00

9 lines
236 B
Desktop File

[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