Skip to content

Commit

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

Remove BusName specification from the sensorfwd.service file.

Signed-off-by: Simo Piiroinen <simo.piiroinen@jollamobile.com>
  • Loading branch information
spiiroin committed May 2, 2017
1 parent bd7fed3 commit 0a04f1d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rpm/sensorfwd.service
Expand Up @@ -6,7 +6,6 @@ Conflicts=actdead.target

[Service]
Type=forking
BusName=com.nokia.SensorService
ExecStart=/usr/sbin/sensorfwd -c=/etc/sensorfw/primaryuse.conf -d --log-level=warning --no-magnetometer-bg-calibration
ExecReload=/bin/kill -HUP $MAINPID
Restart=always
Expand Down

0 comments on commit 0a04f1d

Please sign in to comment.