blob: aac19461f5affef8d2ce3546921db1e80ec5483c [file] [log] [blame]
Kuiying Wangc8153bc2018-11-09 16:34:33 +08001[Unit]
2Description=Stop Power%i
3Wants=mapper-wait@-xyz-openbmc_project-Chassis-Control-Power%i.service
4After=mapper-wait@-xyz-openbmc_project-Chassis-Control-Power%i.service
5Conflicts=obmc-chassis-poweron@%i.target
6Conflicts=obmc-host-start@%i.target
7
8[Service]
9Type=oneshot
Kuiying Wang6ce6ab42019-01-29 11:10:13 +080010ExecStart=/bin/sh -c "busctl set-property `mapper get-service /xyz/openbmc_project/Chassis/Control/Power%i` \
11 /xyz/openbmc_project/Chassis/Control/Power%i xyz.openbmc_project.Chassis.Control.Power State i 0"
Kuiying Wangc8153bc2018-11-09 16:34:33 +080012SyslogIdentifier=intel-power-stop
13StartLimitInterval=0
14
15ExecStart=/bin/rm -f /run/openbmc/chassis@%i-on
16ExecStart=/bin/rm -f /run/openbmc/host@%i-on
17ExecStart=/bin/rm -f /run/openbmc/host@%i-request
18
19[Install]
20WantedBy=obmc-chassis-poweroff@%i.target