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