summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/dump/phosphor-debug-collector/ramoops-monitor.service
blob: 7ae5ed9fd968f3a395d74216bf842ec16f3e2682 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Ramoops monitor.
ConditionPathExistsGlob=/var/lib/systemd/pstore/dmesg-ramoops-*
After=xyz.openbmc_project.Dump.Manager.service

[Service]
Type=oneshot
ExecStart=/usr/bin/phosphor-ramoops-monitor
SyslogIdentifier=ramoops-monitor

[Install]
WantedBy=multi-user.target