| [Unit] | |
| Description=Log and parse power fault | |
| [Service] | |
| Type=oneshot | |
| ExecStart=/usr/bin/log_tool -c /usr/share/gvrlog/power_rail_configs/ -t power_rail | |
| ExecStart=/usr/bin/log_tool -c /usr/share/gvrlog/voltage_regulator_configs/ -t voltage_regulator | |
| [Install] | |
| WantedBy=multi-user.target |