1[Unit]
2Description=power off host:%i
3Wants=obmc-host-stop-pre@%i.target
4Before=obmc-host-stop-pre@%i.target
5Conflicts=obmc-host-start@%i.target
6ConditionPathExists=!/run/openbmc/host@%i-request
7
8[Service]
9Restart=no
10Type=oneshot
11RemainAfterExit=yes
12ExecStart=/usr/libexec/phosphor-state-manager/host-graceful-poweroff %i
13
14[Install]
15WantedBy=obmc-host-shutdown@%i.target
16