summaryrefslogtreecommitdiff
path: root/systemd/radar.service
diff options
context:
space:
mode:
Diffstat (limited to 'systemd/radar.service')
-rw-r--r--systemd/radar.service4
1 files changed, 3 insertions, 1 deletions
diff --git a/systemd/radar.service b/systemd/radar.service
index 8e9dd40..6995637 100644
--- a/systemd/radar.service
+++ b/systemd/radar.service
@@ -6,7 +6,9 @@ OnFailure=radar-retry.timer
Type=oneshot
User=st33v
WorkingDirectory=/var/lib/radar
-ExecStart=/opt/radar/radarFetch.sh
+# `-` prefix: one radar's failure does not skip the next
+ExecStart=-/opt/radar/radarFetch.sh IDR713
+ExecStart=-/opt/radar/radarFetch.sh IDR663
ExecStopPost=/bin/sh -c 'STATUS=SUCCESS; [ "$$EXIT_STATUS" != "0" ] && STATUS=FAILURE; logger -t radar -p user.err "radar $$STATUS exit=$$EXIT_STATUS"'
SyslogIdentifier=radar
StandardOutput=journal