blob: 1f0da753345198dc5e88ecc5dfbcf5fae8d81b27 [file] [log] [blame]
Ed Tanous2fe7ba02018-05-31 15:07:49 -07001[Unit]
2Description=Phosphor IPMI KCS DBus Bridge
3After=phosphor-ipmi-host.service
4
5[Service]
6Restart=always
7ExecStart={sbindir}/kcsbridged --d="/dev/{KCS_DEVICE}"
8Type=dbus
9BusName={BUSNAME}
10
11[Install]
12WantedBy={SYSTEMD_DEFAULT_TARGET}