Skip to content
Snippets Groups Projects
Verified Commit 7e51adf6 authored by Karel Koci's avatar Karel Koci :metal:
Browse files

patches: openwrt: drop sfpswitch from automatically activated services

parent 17d8e42e
Branches
Tags
No related merge requests found
From 963b07d8764620d79318803eb3a8bac197fa079f Mon Sep 17 00:00:00 2001
From 54271a06157c37f177486d9a6c169efe5c9f5f5d 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
......@@ -14,17 +14,17 @@ We also restart services when updated instead of just starting them.
Signed-off-by: Karel Kočí <karel.koci@nic.cz>
Signed-off-by: Josef Schlehofer <josef.schlehofer@nic.cz>
---
package/base-files/files/etc/services_wanted | 55 ++++++++++++++++++++
package/base-files/files/etc/services_wanted | 54 ++++++++++++++++++++
package/base-files/files/lib/functions.sh | 16 +++---
2 files changed, 65 insertions(+), 6 deletions(-)
2 files changed, 64 insertions(+), 6 deletions(-)
create mode 100644 package/base-files/files/etc/services_wanted
diff --git a/package/base-files/files/etc/services_wanted b/package/base-files/files/etc/services_wanted
new file mode 100644
index 0000000000..53f58ec5c5
index 0000000000..5f613d4f47
--- /dev/null
+++ b/package/base-files/files/etc/services_wanted
@@ -0,0 +1,55 @@
@@ -0,0 +1,54 @@
+asm1062-fix
+atd
+atsha204-feed-entropy
......@@ -59,7 +59,6 @@ index 0000000000..53f58ec5c5
+resolver
+rpcd
+setup_led
+sfpswitch
+smartd
+socat
+sqm
......@@ -109,5 +108,5 @@ index edce75e8ff..6bd07011cf 100755
done
--
2.17.1
2.20.1
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment