xref: /openbmc/phosphor-bmc-code-mgmt/tpm/xyz.openbmc_project.Software.TPM.service (revision c538727d70f3673771f18e559d7ecab203abf6d3)
1*c538727dSKevin Tung[Unit]
2*c538727dSKevin TungDescription=TPM Device Code Update Daemon
3*c538727dSKevin TungRequires=xyz.openbmc_project.EntityManager.service
4*c538727dSKevin TungAfter=xyz.openbmc_project.EntityManager.service
5*c538727dSKevin Tung
6*c538727dSKevin Tung[Service]
7*c538727dSKevin TungExecStart=/usr/libexec/phosphor-code-mgmt/phosphor-tpm-software-update
8*c538727dSKevin TungRestart=always
9*c538727dSKevin TungType=dbus
10*c538727dSKevin TungBusName=xyz.openbmc_project.Software.TPM
11*c538727dSKevin Tung
12*c538727dSKevin Tung[Install]
13*c538727dSKevin TungWantedBy=multi-user.target
14