summarylogtreecommitdiffstats
path: root/btc-cirrus-reporter.service
blob: 58ab739b4dba34053caf88699e1ebe26541ded56 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=bitcoin core cirrus ci reporter
After=postgresql.service

[Service]
Type=oneshot
EnvironmentFile=/etc/default/btc-cirrus-reporter
ExecStart=/usr/sbin/btc-cirrus-reporter sync --dsn $BTC_CIRRUS_DSN --token $CIRRUS_TOKEN

[Install]
WantedBy=multi-user.target