summaryrefslogtreecommitdiff
path: root/meta-openbmc-mods/meta-common/recipes-intel/chassis/intel-chassis-control/obmc-send-signal-host-stopping@.service
blob: 0f89f94a8d4fec21da9a5cc703c1e864e39b50be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Broadcast host stopping 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.HostStoping"
SyslogIdentifier=hoststoppingsignal

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