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