xref: /openbmc/phosphor-power/services/phosphor-regulators-monitor-disable.service (revision a2a830b1ffa327bd36dcca5c1cac462ae7737a25)
1[Unit]
2Description=Phosphor Power Regulators Disable Monitoring
3Wants=obmc-host-stop-pre@0.target
4Before=obmc-host-stop-pre@0.target
5Conflicts=phosphor-regulators-monitor-enable.service
6
7[Service]
8Type=oneshot
9RemainAfterExit=yes
10ExecStart=/usr/bin/regsctl monitor --disable
11
12[Install]
13WantedBy=obmc-host-stop@0.target
14