bluez: enable systemd service for now.
This commit is contained in:
parent
7f5825599e
commit
b7070cc9c2
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'bluez'
|
||||
pkgname=bluez
|
||||
version=4.100
|
||||
revision=1
|
||||
revision=2
|
||||
distfiles="${KERNEL_SITE}/bluetooth/$pkgname-$version.tar.xz"
|
||||
build_style=gnu-configure
|
||||
configure_args="--libexecdir=/lib --enable-gstreamer --enable-dund
|
||||
|
@ -24,6 +24,7 @@ long_desc="
|
|||
BlueZ is the official Linux Bluetooth protocol stack. It is an Open Source
|
||||
project distributed under GNU General Public License (GPL)."
|
||||
|
||||
systemd_services="bluetooth.service on"
|
||||
make_dirs="/var/lib/bluetooth 0755 root root"
|
||||
conf_files="
|
||||
/etc/bluetooth/main.conf
|
||||
|
|
Loading…
Reference in New Issue