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