This patch set of changes from Inga and Ludwig are needed to install the bluetooth-mesh daemon as a systemd service, with access to D-bus. Ludwig's patch from April fixes a problem with installation locations for *all* of BlueZ, and Inga's adds the bluetooth-mesh service. Inga Stotland (2): build: Add support for systemd bluetooth-mesh service mesh: Do not daemonize, run in foreground or as service Ludwig Nussel (1): install: Fix installations to pkglibexecdir Makefile.am | 4 ++-- Makefile.mesh | 16 +++++++++++++--- Makefile.obexd | 2 +- Makefile.tools | 2 +- mesh/bluetooth-mesh.service.in | 17 +++++++++++++++++ mesh/main.c | 17 ++++++----------- mesh/org.bluez.mesh.service | 5 +++++ 7 files changed, 45 insertions(+), 18 deletions(-) create mode 100644 mesh/bluetooth-mesh.service.in create mode 100644 mesh/org.bluez.mesh.service -- 2.14.5