summaryrefslogtreecommitdiffstats
path: root/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/host/op-host-control/start_host@.service
blob: 20a2938e3cd8ba43928e1b608629f9c01be5d35c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[Unit]
Description=Start host%i SBE
After=obmc-host-start-pre@%i.target
Wants=obmc-host-start@%i.target
Before=obmc-host-start@%i.target
Before=obmc-host-started@%i.target
Wants=obmc-power-on@%i.target
After=obmc-power-on@%i.target
Conflicts=obmc-chassis-stop@%i.target

[Service]
ExecStart={sbindir}/openpower-proc-control startHost
Type=oneshot
RemainAfterExit=yes

[Install]
WantedBy=obmc-chassis-start@%i.target
OpenPOWER on IntegriCloud