blob: c094ee99069727cc2932fb60ab592cea8343b257 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[Unit]Description=Download and render BOM synoptic chartOnFailure=synoptic-retry.timerOnSuccess=synoptic-morph.service[Service]Type=oneshotUser=st33vWorkingDirectory=/var/lib/synopticExecStart=/opt/synoptic/synopticChart.shExecStopPost=/bin/sh -c 'STATUS=SUCCESS; [ "$$EXIT_STATUS" != "0" ] && STATUS=FAILURE; logger -t synoptic -p user.err "synoptic $$STATUS exit=$$EXIT_STATUS"'SyslogIdentifier=synopticStandardOutput=journalStandardError=journal
|