connman: Require dbus.socket instead of syslog.target in systemd unit files, see also http://git.kernel.org/cgit/network/connman/connman.git/commit/?id=cfa24d924a0fe046d65120f21b480313b45e196b

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2014-05-31 18:12:18 +02:00
parent e8f7731a89
commit 7d54310c05
2 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,7 @@
[Unit]
Description=ConnMan VPN service
After=syslog.target
Requires=dbus.socket
After=dbus.socket
[Service]
Type=dbus

View File

@ -1,6 +1,8 @@
[Unit]
Description=Connection service
Requires=dbus.socket
After=debugconfig.service
After=dbus.socket
Before=network.target
Wants=network.target