1[Unit] 2Description=Enable Host Boot 3Wants=phosphor-ipmi-host.service 4After=phosphor-ipmi-host.service 5 6[Service] 7Type=simple 8ExecStart=/bin/sh -c "host-boot-enable.sh" 9SyslogIdentifier=host-boot-enable 10Restart=always 11RestartSec=5 12StartLimitInterval=0 13 14[Install] 15WantedBy=multi-user.target 16