Hi Lucas, > .gitignore | 1 + > Makefile.am | 8 +++++++- > configure.ac | 11 ++++++++++- > src/bluetooth.service.in | 12 ++++++++++++ > 4 files changed, 30 insertions(+), 2 deletions(-) > create mode 100644 src/bluetooth.service.in > > diff --git a/.gitignore b/.gitignore > index 2ef7cb5..2ce99e7 100644 > --- a/.gitignore > +++ b/.gitignore > @@ -93,3 +93,4 @@ doc/version.xml > doc/xml > doc/html > src/bluetoothd.8 > +src/bluetooth.service > diff --git a/Makefile.am b/Makefile.am > index 4659c80..85f3d5f 100644 > --- a/Makefile.am > +++ b/Makefile.am > @@ -35,6 +35,12 @@ conf_DATA = > statedir = $(localstatedir)/lib/bluetooth > > state_DATA = > + > +if SYSTEMD > +systemdunitdir = @SYSTEMD_UNITDIR@ > + > +systemdunit_DATA = src/bluetooth.service > +endif > endif > > plugindir = $(libdir)/bluetooth/plugins > @@ -385,7 +391,7 @@ pkgconfigdir = $(libdir)/pkgconfig > > pkgconfig_DATA = bluez.pc > > -DISTCHECK_CONFIGURE_FLAGS = --disable-udevrules > +DISTCHECK_CONFIGURE_FLAGS = --disable-udevrules --with-systemdunitdir= can we please do it the same way I did it for oFono and ConnMan. I have no idea what you are doing here. If --with-systemdunitdir is not given, then it should be disabled and it should be that by default. Regards Marcel -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html