summaryrefslogtreecommitdiff
path: root/meta-phosphor/common/recipes-phosphor/dump/phosphor-debug-collector/obmc-dump-monitor.service
blob: 0af6cea9db59cf74ce13e6d829cb49406cce7f74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Phosphor Dump core monitor.
Wants=var-lib-systemd-coredump.mount
Before=var-lib-systemd-coredump.mount

[Service]
ExecStart=/usr/bin/env phosphor-dump-monitor
SyslogIdentifier=phosphor-dump-monitor
Restart=always

[Install]
WantedBy={SYSTEMD_DEFAULT_TARGET}