blob: 0a439fa4a9ed707af24c157844535fc6654d3560 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[Unit]Description=Retry BOM radar fetch (after failure)[Service]Type=oneshotUser=st33vWorkingDirectory=/var/lib/radarExecStart=-/opt/radar/radarFetch.sh IDR713ExecStart=-/opt/radar/radarFetch.sh IDR663ExecStopPost=/bin/sh -c 'STATUS=SUCCESS; [ "$$EXIT_STATUS" != "0" ] && STATUS=FAILURE; logger -t radar-retry -p user.err "radar-retry $$STATUS exit=$$EXIT_STATUS"'SyslogIdentifier=radar-retryStandardOutput=journalStandardError=journal
|