blob: 5d24c3d66e7bba0bcc7244bccd0731fb75d102cf [file] [log] [blame]
Hyunsun Moon53097ea2020-09-04 17:20:29 -07001[Unit]
2Description=Aether Edge Monitoring Agent
3After=multi-user.target
4
5[Service]
Hyunsun Moon9f668e02022-03-11 13:12:57 -08006Environment=CONFIG_FILE=/etc/aether/monitoring/config.json
Hyunsun Moon53097ea2020-09-04 17:20:29 -07007Type=simple
Hyunsun Moon9f668e02022-03-11 13:12:57 -08008ExecStart=/home/pi/Aether/venv/bin/python /home/pi/Aether/aether-monitoring/edge-monitoring/agent_modem/edge_monitoring_agent_modem.py
Hyunsun Moon53097ea2020-09-04 17:20:29 -07009Restart=on-failure
Hyunsun Moon2b7d3e12021-01-04 13:30:19 -080010ExecStartPre=/bin/sleep 5
Hyunsun Moon53097ea2020-09-04 17:20:29 -070011
12[Install]
13WantedBy=multi-user.target