linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] systemd: don't order against syslog.target
@ 2012-05-03 22:21 Tom Gundersen
  2012-05-03 22:21 ` [PATCH 2/2] udev: remove udev activation of the blutooth daemon Tom Gundersen
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Tom Gundersen @ 2012-05-03 22:21 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Tom Gundersen

This was only needed in old versions of systemd. All messages are logged
by default to the journal now, no ordering required.

Signed-off-by: Tom Gundersen <teg@jklm.no>
---
 src/bluetooth.service.in |    2 --
 1 file changed, 2 deletions(-)

diff --git a/src/bluetooth.service.in b/src/bluetooth.service.in
index 02b6707..8a9edb6 100644
--- a/src/bluetooth.service.in
+++ b/src/bluetooth.service.in
@@ -1,12 +1,10 @@
 [Unit]
 Description=Bluetooth service
-After=syslog.target
 
 [Service]
 Type=dbus
 BusName=org.bluez
 ExecStart=@prefix@/sbin/bluetoothd -n
-StandardOutput=syslog
 
 [Install]
 WantedBy=bluetooth.target
-- 
1.7.10.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-05-08 20:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-03 22:21 [PATCH 1/2] systemd: don't order against syslog.target Tom Gundersen
2012-05-03 22:21 ` [PATCH 2/2] udev: remove udev activation of the blutooth daemon Tom Gundersen
2012-05-04 20:54 ` [PATCH 1/2] systemd: don't order against syslog.target Lucas De Marchi
2012-05-08 20:18 ` Johan Hedberg
2012-05-08 20:31   ` Tom Gundersen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).