blob: 60f1e8a0f0ee69252bf720a98dbe8d5f28756cbb [file] [log] [blame]
Brad Bishop4aa3a502015-10-29 23:35:38 -05001[Unit]
Brad Bishopf51b3a02016-08-25 22:41:39 -04002Description=Phosphor Bulk Transfer DBus Bridge
Brad Bishop4aa3a502015-10-29 23:35:38 -05003
4[Service]
Nan Li2d343522016-01-27 10:28:34 +08005Restart=always
Brad Bishopc2e93ce2016-08-25 22:36:30 -04006ExecStart={sbindir}/btbridged
Brad Bishopf65b5622016-08-30 14:57:08 -04007Type=dbus
8BusName={BUSNAME}
Brad Bishop4aa3a502015-10-29 23:35:38 -05009
10[Install]
Brad Bishopc2e93ce2016-08-25 22:36:30 -040011WantedBy={SYSTEMD_DEFAULT_TARGET}