1[Unit]
2Description=Fan Watchdog Reset
3Wants=phosphor-fan-monitor-init@0.service
4Before=phosphor-fan-monitor-init@0.service
5Conflicts=obmc-chassis-poweroff@0.target
6
7[Service]
8Type=oneshot
9RemainAfterExit=yes
10EnvironmentFile={envfiledir}/obmc/fan-watchdog/reset-fan-watchdog.conf
11ExecStart=/usr/bin/env phosphor-gpio-util -p ${{GPIO_PATH}} -g ${{GPIO}} -a ${{ACTION}} -d ${{DELAY}}
12SyslogIdentifier=phosphor-gpio-util
13