blob: 58f8c5d251643015f453fabca8e5a28c894a5879 [file] [log] [blame]
Mike Garrettc088ff22021-08-27 16:59:09 -05001[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