【发布时间】:2016-01-29 12:03:46
【问题描述】:
我有一个代理服务 (org.bluez.map_agent)
[D-BUS Service]
Name=org.bluez.map_agent
Exec=echo "Hello"
SystemdService=bluetooth-map-agent.service
bluetooth-map-agent.service的内容
[Unit]
Description=launch MAP agent.
[Service]
User=app
ExecStart=/usr/bin/map-agent
ExecStop=/usr/bin/killall map-agent
KillMode=process
[Install]
WantedBy=multi-user.target
但是当dbus 调用发生时,我的地图代理没有启动,可能是什么原因?
【问题讨论】: