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