| Andrew Geissler | 1662ba6 | 2022-03-18 13:51:46 -0500 | [diff] [blame] | 1 | [Unit] |
| 2 | Description=Phosphor BMC Security Check |
| Andrew Geissler | 1662ba6 | 2022-03-18 13:51:46 -0500 | [diff] [blame] | 3 | Wants=xyz.openbmc_project.Settings.service |
| 4 | After=xyz.openbmc_project.Settings.service |
| Andrew Geissler | 31a3861 | 2025-10-07 14:20:54 -0500 | [diff] [blame] | 5 | Wants=mapper-wait@-xyz-openbmc_project-logging-settings.service |
| 6 | After=mapper-wait@-xyz-openbmc_project-logging-settings.service |
| Andrew Geissler | 1662ba6 | 2022-03-18 13:51:46 -0500 | [diff] [blame] | 7 | |
| 8 | |
| 9 | [Service] |
| 10 | ExecStart=/usr/bin/phosphor-secure-boot-check |
| 11 | Type=oneshot |
| 12 | RemainAfterExit=yes |
| 13 | |
| 14 | [Install] |
| 15 | WantedBy=multi-user.target |