James Feist | ce4367c | 2018-10-16 09:19:57 -0700 | [diff] [blame] | 1 | [Unit] |
2 | Description=Fru Device | ||||
Zev Weiss | 3c61d7f | 2022-07-15 13:02:19 -0700 | [diff] [blame] | 3 | After=dbus.service |
James Feist | ce4367c | 2018-10-16 09:19:57 -0700 | [diff] [blame] | 4 | |
5 | [Service] | ||||
Potin Lai | f375fec | 2024-03-21 14:35:45 +0800 | [diff] [blame] | 6 | ExecStart=/usr/libexec/entity-manager/fru-device |
Zhikui Ren | dafc688 | 2023-06-27 11:11:51 -0700 | [diff] [blame] | 7 | Restart=always |
8 | RestartSec=5 | ||||
Ed Tanous | 1196ad5 | 2025-06-03 09:33:56 -0700 | [diff] [blame^] | 9 | Type=dbus |
10 | BusName=xyz.openbmc_project.FruDevice | ||||
James Feist | ce4367c | 2018-10-16 09:19:57 -0700 | [diff] [blame] | 11 | |
12 | [Install] | ||||
Brad Bishop | 3649678 | 2020-11-04 20:13:09 -0500 | [diff] [blame] | 13 | WantedBy=multi-user.target |