xref: /openbmc/entity-manager/service_files/xyz.openbmc_project.FruDevice.service (revision f64d4397f8a56034615041c06e4e6e7cb6713742)
1[Unit]
2Description=Fru Device
3StopWhenUnneeded=true
4After=xyz.openbmc_project.CloseMuxes.service dbus.service
5
6[Service]
7ExecStart=/usr/bin/fru-device
8Type=simple
9
10[Install]
11WantedBy=multi-user.target
12