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