| William de Abreu Pinho | 6db7a85 | 2025-07-17 03:30:02 -0700 | [diff] [blame^] | 1 | [Unit] |
| 2 | Description=Ramoops monitor. | ||||
| 3 | ConditionPathExistsGlob=/var/lib/systemd/pstore/dmesg-ramoops-* | ||||
| 4 | After=xyz.openbmc_project.Dump.Manager.service | ||||
| 5 | |||||
| 6 | [Service] | ||||
| 7 | Type=oneshot | ||||
| 8 | ExecStart=/usr/libexec/phosphor-debug-collector/phosphor-ramoops-monitor | ||||
| 9 | SyslogIdentifier=ramoops-monitor | ||||
| 10 | |||||
| 11 | [Install] | ||||
| 12 | WantedBy=multi-user.target | ||||
| 13 | |||||