blob: 1a9fc06332cfa8af8e2a44551dc8cb533ad642d8 [file] [log] [blame]
Andrew Geissler179d38c2019-12-10 15:05:23 -06001[Unit]
2Description=phosphor systemd target monitor
3After=dbus.service
4
5[Service]
6Restart=always
Andrew Geissler15cee5b2022-02-18 16:23:36 -06007ExecStart=/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
Andrew Geissler179d38c2019-12-10 15:05:23 -060010
11[Install]
12WantedBy=multi-user.target