Daniel Hsu | f6470b5 | 2025-02-26 15:03:47 +0800 | [diff] [blame^] | 1 | [Unit] |
2 | Description=CPLD Code Update Daemon | ||||
3 | After=xyz.openbmc_project.ObjectMapper | ||||
4 | After=xyz.openbmc_project.EntityManager.service | ||||
5 | |||||
6 | [Service] | ||||
7 | Restart=always | ||||
8 | Type=dbus | ||||
9 | BusName=xyz.openbmc_project.Software.CPLD | ||||
10 | RemainAfterExit=no | ||||
11 | ExecStart=/usr/libexec/phosphor-code-mgmt/phosphor-cpld-software-update | ||||
12 | |||||
13 | [Install] | ||||
14 | WantedBy=multi-user.target |