From af6587e7c5ec98dbbc78664e1cfa86c23957e4af Mon Sep 17 00:00:00 2001 From: Michal Vasilek <michal.vasilek@nic.cz> Date: Thu, 22 Dec 2022 12:48:19 +0100 Subject: [PATCH] patches/openwrt: add mysqld to services_wanted Nextcloud needs mysqld --- ...o-not-automatically-activate-services-an.patch | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/patches/openwrt/hack/0001-base-files-do-not-automatically-activate-services-an.patch b/patches/openwrt/hack/0001-base-files-do-not-automatically-activate-services-an.patch index f3ca2633a..ce728beb3 100644 --- a/patches/openwrt/hack/0001-base-files-do-not-automatically-activate-services-an.patch +++ b/patches/openwrt/hack/0001-base-files-do-not-automatically-activate-services-an.patch @@ -1,4 +1,4 @@ -From 5132873e261728b26fca6cd1673da2e9b015b0d6 Mon Sep 17 00:00:00 2001 +From bd489faf0217200754be04d5aa33d1ebefec3631 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= <karel.koci@nic.cz> Date: Tue, 29 May 2018 16:13:18 +0200 Subject: [PATCH] base-files: do not automatically activate services and @@ -15,16 +15,16 @@ Signed-off-by: Karel KoÄŤĂ <karel.koci@nic.cz> Signed-off-by: Josef Schlehofer <josef.schlehofer@nic.cz> --- package/base-files/Makefile | 11 ++++ - package/base-files/files/etc/services_wanted | 61 ++++++++++++++++++++ + package/base-files/files/etc/services_wanted | 62 ++++++++++++++++++++ package/base-files/files/lib/functions.sh | 14 +++-- - 3 files changed, 80 insertions(+), 6 deletions(-) + 3 files changed, 81 insertions(+), 6 deletions(-) create mode 100644 package/base-files/files/etc/services_wanted diff --git a/package/base-files/Makefile b/package/base-files/Makefile -index 0b648e0ae9..ae3c79a2be 100644 +index 8a1ddf96f5..3b3a22c4da 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile -@@ -208,6 +208,17 @@ define Package/base-files/install +@@ -207,6 +207,17 @@ define Package/base-files/install rm -f $(1)/etc/banner.failsafe,) endef @@ -44,10 +44,10 @@ index 0b648e0ae9..ae3c79a2be 100644 -include $(PLATFORM_SUBDIR)/base-files.mk diff --git a/package/base-files/files/etc/services_wanted b/package/base-files/files/etc/services_wanted new file mode 100644 -index 0000000000..821a92e917 +index 0000000000..c8cf7495f1 --- /dev/null +++ b/package/base-files/files/etc/services_wanted -@@ -0,0 +1,61 @@ +@@ -0,0 +1,62 @@ +asm1062-fix +atd +atlas @@ -73,6 +73,7 @@ index 0000000000..821a92e917 +lxc-auto +morce +mox_autosetup ++mysqld +netdata +nethist +network -- GitLab