Andrew Geissler | 6440006 | 2019-08-13 13:43:23 -0500 | [diff] [blame^] | 1 | [Unit] |
2 | Description=phosphor systemd target monitor | ||||
3 | After=dbus.service | ||||
4 | |||||
5 | [Service] | ||||
6 | Restart=always | ||||
7 | ExecStart=/usr/bin/phosphor-systemd-target-monitor -f /etc/phosphor-systemd-target-monitor/phosphor-target-monitor-default.json | ||||
8 | |||||
9 | [Install] | ||||
10 | WantedBy=multi-user.target |