summaryrefslogtreecommitdiff
path: root/meta-openbmc-mods/meta-common/recipes-intel/chassis/intel-chassis-control/obmc-send-signal-pre-host-start@.service
blob: a57423e2c6c007d3de16227f2092a0755cabb2b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Broadcast pre host start signal to dbus
Wants=mapper-wait@-xyz-openbmc_project-state-host%i.service
After=mapper-wait@-xyz-openbmc_project-state-host%i.service

[Service]
Restart=no
Type=oneshot
ExecStart=/bin/sh -c "dbus-send --system --type=signal /xyz/openbmc_project/state/host0 xyz.openbmc_project.State.Host.PreHostStart"
SyslogIdentifier=prehoststartsignal

[Install]
WantedBy=obmc-host-start-pre@%i.target