Kevin Tung | c538727 | 2025-07-28 18:10:43 +0800 | [diff] [blame] | 1 | [Unit] |
2 | Description=TPM Device Code Update Daemon | ||||
3 | Requires=xyz.openbmc_project.EntityManager.service | ||||
4 | After=xyz.openbmc_project.EntityManager.service | ||||
5 | |||||
6 | [Service] | ||||
7 | ExecStart=/usr/libexec/phosphor-code-mgmt/phosphor-tpm-software-update | ||||
8 | Restart=always | ||||
9 | Type=dbus | ||||
10 | BusName=xyz.openbmc_project.Software.TPM | ||||
11 | |||||
12 | [Install] | ||||
13 | WantedBy=multi-user.target |