diff --git a/package/network-osmc/files/DEBIAN/control b/package/network-osmc/files/DEBIAN/control index 923e56c09c93..f50ae4a438be 100644 --- a/package/network-osmc/files/DEBIAN/control +++ b/package/network-osmc/files/DEBIAN/control @@ -1,5 +1,5 @@ Origin: OSMC -Version: 1.9.7 +Version: 1.9.8 Section: net Essential: No Priority: required diff --git a/package/network-osmc/files/etc/connman.prefs b/package/network-osmc/files/etc/osmc/prefs.d/connman similarity index 100% rename from package/network-osmc/files/etc/connman.prefs rename to package/network-osmc/files/etc/osmc/prefs.d/connman diff --git a/package/network-osmc/files/lib/systemd/system/connman.service b/package/network-osmc/files/lib/systemd/system/connman.service index 8589fb768bcc..994ce76aa419 100644 --- a/package/network-osmc/files/lib/systemd/system/connman.service +++ b/package/network-osmc/files/lib/systemd/system/connman.service @@ -7,7 +7,7 @@ Before=remote-fs-pre.target network.target [Service] Type=dbus BusName=net.connman -EnvironmentFile=-/etc/connman.prefs +EnvironmentFile=-/etc/osmc/prefs.d/connman Restart=always RestartSec=5 ExecStart = /usr/bin/start-network