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

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

[Install]
WantedBy=multi-user.target