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