diff options
Diffstat (limited to 'net-wireless/bluez/files/bluetooth-init.d-r3')
-rw-r--r-- | net-wireless/bluez/files/bluetooth-init.d-r3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-wireless/bluez/files/bluetooth-init.d-r3 b/net-wireless/bluez/files/bluetooth-init.d-r3 index c7afe112cedf..f97fdb2c7916 100644 --- a/net-wireless/bluez/files/bluetooth-init.d-r3 +++ b/net-wireless/bluez/files/bluetooth-init.d-r3 @@ -1,7 +1,7 @@ #!/sbin/runscript -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/bluez/files/bluetooth-init.d-r3,v 1.1 2013/12/23 23:05:20 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/bluez/files/bluetooth-init.d-r3,v 1.2 2014/01/09 13:24:42 joker Exp $ depend() { after coldplug @@ -10,7 +10,7 @@ depend() { start() { ebegin "Starting ${SVCNAME}" - start-stop-daemon --start --exec /usr/libexec/bluetooth/bluetoothd + start-stop-daemon --start --background --exec /usr/libexec/bluetooth/bluetoothd eend $? } |