summaryrefslogtreecommitdiff
path: root/testing/modemmanager/modem-manager.service
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-08-22 00:02:51 +0000
committerroot <root@rshg054.dnsready.net>2012-08-22 00:02:51 +0000
commit297a042ac9a7bbd2b18a9551f5fa4fe43faf53b2 (patch)
tree75290bf7727659568bf50c0446db690d4888d908 /testing/modemmanager/modem-manager.service
parenta3669c04838b48b6891b2ffc4b296fa515f8174f (diff)
Wed Aug 22 00:02:51 UTC 2012
Diffstat (limited to 'testing/modemmanager/modem-manager.service')
-rw-r--r--testing/modemmanager/modem-manager.service4
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/modemmanager/modem-manager.service b/testing/modemmanager/modem-manager.service
index 4e0c43c8c..bad666be8 100644
--- a/testing/modemmanager/modem-manager.service
+++ b/testing/modemmanager/modem-manager.service
@@ -5,6 +5,10 @@ Description=Modem Manager
Type=dbus
BusName=org.freedesktop.ModemManager
ExecStart=/usr/sbin/modem-manager
+# Suppress stderr to eliminate duplicated messages in syslog. MM calls openlog()
+# with LOG_PERROR. But systemd redirects stderr to syslog by default, which
+# results in logging each message twice.
+StandardError=null
[Install]
WantedBy=multi-user.target