Ed Tanous | 2b314e4 | 2025-08-19 15:46:18 -0700 | [diff] [blame] | 1 | [Unit] |
2 | Description=Start up the platform hardware | ||||
3 | Before=xyz.openbmc_project.FruDevice.service | ||||
4 | |||||
5 | [Service] | ||||
6 | Type=notify | ||||
7 | ExecStart=/usr/libexec/platform init @PLATFORM_NAME@ | ||||
8 | SyslogIdentifier=platform-init | ||||
9 | TimeoutStartSec=5000 | ||||
10 | |||||
11 | [Install] | ||||
12 | WantedBy=multi-user.target |