blob: f929afbe5fe6cc360c3a563d7c91f0cdb500c714 [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
Andrew Geisslera95b7bd2017-01-30 12:42:40 -06005Conflicts=obmc-power-chassis-off@%i.target
Sergey Solomin5f3ad792016-11-11 08:19:58 -06006
7[Service]
8ExecStart={bindir}/vcs_off.sh
9Type=oneshot
10RemainAfterExit=yes
11
12[Install]
Andrew Geisslera95b7bd2017-01-30 12:42:40 -060013WantedBy=obmc-power-chassis-on@%i.target