Kumar Thangavel | fd45f78 | 2020-09-01 22:59:00 +0530 | [diff] [blame^] | 1 | [Unit] |
2 | Description=Post code manager | ||||
3 | |||||
4 | [Service] | ||||
5 | ExecStart=/usr/bin/env post-code-manager --host %i | ||||
6 | SyslogIdentifier=post-code-manager%i | ||||
7 | Type=dbus | ||||
8 | BusName=xyz.openbmc_project.State.Boot.PostCode%i | ||||
9 | |||||
10 | [Install] | ||||
11 | WantedBy=multi-user.target |