1[Unit]
2Description=Phosphor BMC Security Check
3Wants=xyz.openbmc_project.Settings.service
4After=xyz.openbmc_project.Settings.service
5
6
7[Service]
8ExecStart=/usr/bin/phosphor-secure-boot-check
9Type=oneshot
10RemainAfterExit=yes
11
12[Install]
13WantedBy=multi-user.target
14