blob: bad666be850e59e04f446683c6f2d1e8fd34607a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[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
|