From: Marcel Holtmann <marcel@holtmann.org>
To: Lucas De Marchi <lucas.demarchi@profusion.mobi>
Cc: linux-bluetooth@vger.kernel.org
Subject: Re: [PATCH v2] build: Add support for systemd service configuration
Date: Thu, 16 Jun 2011 21:15:08 -0700 [thread overview]
Message-ID: <1308284110.2196.29.camel@aeonflux> (raw)
In-Reply-To: <1308275200-17393-1-git-send-email-lucas.demarchi@profusion.mobi>
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
next prev parent reply other threads:[~2011-06-17 4:15 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-06-17 1:46 [PATCH v2] build: Add support for systemd service configuration Lucas De Marchi
2011-06-17 4:15 ` Marcel Holtmann [this message]
2011-06-17 11:51 ` Lucas De Marchi
2011-06-30 19:44 ` Marcel Holtmann
2011-07-01 22:45 ` Lucas De Marchi
2011-07-02 2:38 ` Marcel Holtmann
2011-06-22 11:13 ` Bastien Nocera
2011-07-01 22:43 ` Lucas De Marchi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1308284110.2196.29.camel@aeonflux \
--to=marcel@holtmann.org \
--cc=linux-bluetooth@vger.kernel.org \
--cc=lucas.demarchi@profusion.mobi \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox