summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/recipes-phosphor/state/files/xyz.openbmc_project.State.BMC.service
blob: 057af648d8ba53ff55d9eb65785f10f8f1e666d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Unit]
Description=Phosphor BMC State Manager
Before=mapper-wait@-xyz-openbmc_project-state-bmc.service
Wants=obmc-mapper.target
After=obmc-mapper.target


[Service]
ExecStart=/usr/bin/env phosphor-bmc-state-manager
SyslogIdentifier=phosphor-bmc-state-manager
Restart=always
Type=dbus
BusName={BUSNAME}

[Install]
WantedBy={SYSTEMD_DEFAULT_TARGET}
OpenPOWER on IntegriCloud