blob: 918a7445d90078dccbe68cc7121b9018125cdc79 [file] [log] [blame]
Sergey Solomin5f3ad792016-11-11 08:19:58 -06001[Unit]
2Description=Disable VCS before Witherspoon power on
3Wants=obmc-power-start-pre@%i.target
4Before=obmc-power-start-pre@%i.target
Josh D. King5df2fe92017-04-06 14:43:46 -05005Conflicts=obmc-chassis-poweroff@%i.target
Andrew Geissler27183512017-03-02 16:25:43 -06006ConditionPathExists=!/run/openbmc/chassis@%i-on
Sergey Solomin5f3ad792016-11-11 08:19:58 -06007
8[Service]
9ExecStart={bindir}/vcs_off.sh
10Type=oneshot
11RemainAfterExit=yes
12
13[Install]
Josh D. King5df2fe92017-04-06 14:43:46 -050014WantedBy=obmc-chassis-poweron@%i.target