summaryrefslogtreecommitdiff
path: root/testing/modemmanager/modem-manager.service
diff options
context:
space:
mode:
Diffstat (limited to 'testing/modemmanager/modem-manager.service')
-rw-r--r--testing/modemmanager/modem-manager.service14
1 files changed, 0 insertions, 14 deletions
diff --git a/testing/modemmanager/modem-manager.service b/testing/modemmanager/modem-manager.service
deleted file mode 100644
index bad666be8..000000000
--- a/testing/modemmanager/modem-manager.service
+++ /dev/null
@@ -1,14 +0,0 @@
-[Unit]
-Description=Modem Manager
-
-[Service]
-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