Delphine CC Chiu | bed8669 | 2023-02-22 13:17:37 +0800 | [diff] [blame] | 1 | [Unit] |
| 2 | Description=Greatlakes host state and chassis power state initialize for slot%i |
| 3 | Before=phosphor-multi-gpio-monitor.service |
| 4 | Wants=xyz.openbmc_project.State.Chassis@%i.service |
| 5 | After=xyz.openbmc_project.State.Chassis@%i.service |
| 6 | Wants=xyz.openbmc_project.State.Host@%i.service |
| 7 | After=xyz.openbmc_project.State.Host@%i.service |
| 8 | |
| 9 | [Service] |
| 10 | ExecStart=/usr/libexec/greatlakes-sysinit/greatlakes-system-state-init %i |
| 11 | SyslogIdentifier=greatlakes-system-state-init slot%i |
| 12 | Type=oneshot |
| 13 | |
| 14 | [Install] |
| 15 | WantedBy=sysinit.target |