mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
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:
parent
e8f7731a89
commit
7d54310c05
@ -1,6 +1,7 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=ConnMan VPN service
|
Description=ConnMan VPN service
|
||||||
After=syslog.target
|
Requires=dbus.socket
|
||||||
|
After=dbus.socket
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=dbus
|
Type=dbus
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Connection service
|
Description=Connection service
|
||||||
|
Requires=dbus.socket
|
||||||
After=debugconfig.service
|
After=debugconfig.service
|
||||||
|
After=dbus.socket
|
||||||
Before=network.target
|
Before=network.target
|
||||||
Wants=network.target
|
Wants=network.target
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user