blob: ec6f453cdf33a3ac1e5accb2dac7824a54dd8299 [file] [log] [blame]
Kuiying Wangc8153bc2018-11-09 16:34:33 +08001[Unit]
2Description=Broadcast pre host stop signal to dbus
3Wants=mapper-wait@-xyz-openbmc_project-state-host%i.service
4After=mapper-wait@-xyz-openbmc_project-state-host%i.service
5
6[Service]
7Restart=no
8Type=oneshot
9ExecStart=/bin/sh -c "dbus-send --system --type=signal /xyz/openbmc_project/state/host0 xyz.openbmc_project.State.Host.PreHostStop"
10SyslogIdentifier=prehoststopsignal
11
12[Install]
13WantedBy=obmc-host-stop-pre@%i.target
14