blob: e039479f96a90a738263be4782dcc3c2f94a9234 [file] [log] [blame]
Matt Spinler085288b2016-12-20 13:11:58 -06001[Unit]
2Description=Disable VCS on a power off
3Wants=op-wait-power-off@%i.service
4After=op-wait-power-off@%i.service
Andrew Geisslera95b7bd2017-01-30 12:42:40 -06005Conflicts=obmc-power-chassis-on@%i.target
Matt Spinler085288b2016-12-20 13:11: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-off@%i.target