xref: /openbmc/ipmbbridge/ipmb.service (revision 08deaa31)
1[Unit]
2Description=IPMB bridge
3After=phosphor-ipmi-host.service
4
5[Service]
6ExecStart=/usr/bin/ipmbbridged
7SyslogIdentifier=ipmbbridged
8Restart=always
9Type=simple
10
11[Install]
12WantedBy=basic.target
13