Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[systemd] Drop BusName from usb-moded.service. JB#38013
Since usb-moded is using Type=Notify, specifying a BusName leads to
systemd complaining: "usb-moded.service: Service has a D-Bus service
name specified, but is not of type dbus. Ignoring."

Remove BusName specification from the usb-moded.service file.

Signed-off-by: Simo Piiroinen <simo.piiroinen@jollamobile.com>
  • Loading branch information
spiiroin committed Mar 24, 2017
1 parent 5005510 commit 54af65c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion systemd/usb-moded.service
Expand Up @@ -14,7 +14,6 @@ EnvironmentFile=-/run/usb-moded/*.conf
ExecStart=/usr/sbin/usb_moded --systemd --force-syslog $USB_MODED_ARGS $USB_MODED_HW_ADAPTATION_ARGS
Restart=always
ExecReload=/bin/kill -HUP $MAINPID
BusName=com.meego.usb_moded

[Install]
WantedBy=basic.target

0 comments on commit 54af65c

Please sign in to comment.