summaryrefslogtreecommitdiff
path: root/systemd/radar.service
blob: 8e9dd4034ef474eb9fb04b4cfb42cfb319d9d925 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]Description=Fetch BOM radar and publish loop APNGOnFailure=radar-retry.timer[Service]Type=oneshotUser=st33vWorkingDirectory=/var/lib/radarExecStart=/opt/radar/radarFetch.shExecStopPost=/bin/sh -c 'STATUS=SUCCESS; [ "$$EXIT_STATUS" != "0" ] && STATUS=FAILURE; logger -t radar -p user.err "radar $$STATUS exit=$$EXIT_STATUS"'SyslogIdentifier=radarStandardOutput=journalStandardError=journal