mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-13 15:39:49 +08:00
15 lines
409 B
Desktop File
15 lines
409 B
Desktop File
[Unit]
|
|
Description=A script to sync CentOS CI ResultsDB to Fedora
|
|
After=network.target
|
|
Documentation=https://github.com/jeremycline/rdbsync
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/rdbsync run --log-level=INFO --poll-interval=30 \
|
|
--centos-url http://resultsdb.ci.centos.org/resultsdb_api/api \
|
|
--fedora-url http://localhost/resultsdb_api/api
|
|
Type=simple
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|