1[Unit]
2Description=Stop Host
3Requires=host-gpio.service
4After=host-gpio.service
5Conflicts=obmc-chassis-power-on@0.target
6
7[Service]
8RemainAfterExit=yes
9Type=oneshot
10ExecStart=/usr/bin/env poweroff.sh
11SyslogIdentifier=poweroff.sh
12
13[Install]
14WantedBy=obmc-chassis-power-off@0.target
15