1[Unit]
2Description=Greatlakes host state and chassis power state initialize for slot%i
3Before=phosphor-multi-gpio-monitor.service
4Wants=xyz.openbmc_project.State.Chassis@%i.service
5After=xyz.openbmc_project.State.Chassis@%i.service
6Wants=xyz.openbmc_project.State.Host@%i.service
7After=xyz.openbmc_project.State.Host@%i.service
8
9[Service]
10ExecStart=/usr/libexec/greatlakes-sysinit/greatlakes-system-state-init %i
11SyslogIdentifier=greatlakes-system-state-init slot%i
12Type=oneshot
13
14[Install]
15WantedBy=sysinit.target
16