1[Unit] 2Description=phosphor systemd target monitor 3After=dbus.service 4Wants=xyz.openbmc_project.Dump.Manager.service 5After=xyz.openbmc_project.Dump.Manager.service 6 7[Service] 8Restart=always 9ExecStart=/usr/bin/phosphor-systemd-target-monitor \ 10 -f /etc/phosphor-systemd-target-monitor/phosphor-target-monitor-default.json \ 11 -s /etc/phosphor-systemd-target-monitor/phosphor-service-monitor-default.json 12 13[Install] 14WantedBy=multi-user.target 15