blob: 9a47f10d5fa36fef77b2bd931e40b3c42e08c2a3 [file] [log] [blame]
William de Abreu Pinho6db7a852025-07-17 03:30:02 -07001[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