Hyunsun Moon | 53097ea | 2020-09-04 17:20:29 -0700 | [diff] [blame] | 1 | [Unit] |
| 2 | Description=Aether Edge Monitoring Agent |
| 3 | After=multi-user.target |
| 4 | |
| 5 | [Service] |
Hyunsun Moon | 9f668e0 | 2022-03-11 13:12:57 -0800 | [diff] [blame] | 6 | Environment=CONFIG_FILE=/etc/aether/monitoring/config.json |
Hyunsun Moon | 53097ea | 2020-09-04 17:20:29 -0700 | [diff] [blame] | 7 | Type=simple |
Hyunsun Moon | 9f668e0 | 2022-03-11 13:12:57 -0800 | [diff] [blame] | 8 | ExecStart=/home/pi/Aether/venv/bin/python /home/pi/Aether/aether-monitoring/edge-monitoring/agent_modem/edge_monitoring_agent_modem.py |
Hyunsun Moon | 53097ea | 2020-09-04 17:20:29 -0700 | [diff] [blame] | 9 | Restart=on-failure |
Hyunsun Moon | 2b7d3e1 | 2021-01-04 13:30:19 -0800 | [diff] [blame] | 10 | ExecStartPre=/bin/sleep 5 |
Hyunsun Moon | 53097ea | 2020-09-04 17:20:29 -0700 | [diff] [blame] | 11 | |
| 12 | [Install] |
| 13 | WantedBy=multi-user.target |