blob: c094ee99069727cc2932fb60ab592cea8343b257 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[Unit]
Description=Download and render BOM synoptic chart
OnFailure=synoptic-retry.timer
OnSuccess=synoptic-morph.service
[Service]
Type=oneshot
User=st33v
WorkingDirectory=/var/lib/synoptic
ExecStart=/opt/synoptic/synopticChart.sh
ExecStopPost=/bin/sh -c 'STATUS=SUCCESS; [ "$$EXIT_STATUS" != "0" ] && STATUS=FAILURE; logger -t synoptic -p user.err "synoptic $$STATUS exit=$$EXIT_STATUS"'
SyslogIdentifier=synoptic
StandardOutput=journal
StandardError=journal
|