xref: /openbmc/openbmc/meta-facebook/meta-yosemite5/recipes-phosphor/mctp/files/mctp_setup@.service (revision 433426e5d03acec199e40557f9d10876cef5a39c)
1*433426e5SKevin Tung[Unit]
2*433426e5SKevin TungDescription=Setup %I MCTP Endpoint ID (EID)
3*433426e5SKevin TungAfter=mctpd.service
4*433426e5SKevin TungBefore=pldmd.service
5*433426e5SKevin TungWants=mctpd.service
6*433426e5SKevin TungRequires=mctpd.service
7*433426e5SKevin Tung
8*433426e5SKevin Tung[Service]
9*433426e5SKevin TungType=oneshot
10*433426e5SKevin TungExecStart=/usr/libexec/mctp/mctp_setup.sh %I
11*433426e5SKevin TungRemainAfterExit=yes
12*433426e5SKevin Tung
13*433426e5SKevin Tung[Install]
14*433426e5SKevin TungWantedBy=multi-user.target
15