Adjust the systemd service file for rdbsync

This commit is contained in:
Pierre-Yves Chibon 2017-08-16 14:56:54 +02:00
parent 1633b47205
commit e8bca31896

View file

@ -6,7 +6,7 @@ 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/
--fedora-url http://localhost/resultsdb_api/api
Type=simple
Restart=on-failure