summaryrefslogtreecommitdiffstats
path: root/roles/rdbsync/templates/rdbsync.service
blob: 96b3abe4de736c34bb00af09c4eefc73d448ade3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[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