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