xref: /openbmc/phosphor-debug-collector/service_files/ramoops-monitor.service (revision 6db7a8592e4531b13c7e41667a9d3d3553fba9bb)
1[Unit]
2Description=Ramoops monitor.
3ConditionPathExistsGlob=/var/lib/systemd/pstore/dmesg-ramoops-*
4After=xyz.openbmc_project.Dump.Manager.service
5
6[Service]
7Type=oneshot
8ExecStart=/usr/libexec/phosphor-debug-collector/phosphor-ramoops-monitor
9SyslogIdentifier=ramoops-monitor
10
11[Install]
12WantedBy=multi-user.target
13
14