Move all possible base config nodes to default.conf 67/214367/1
authorKonrad Kuchciak <k.kuchciak@samsung.com>
Fri, 20 Sep 2019 13:56:58 +0000 (15:56 +0200)
committerKonrad Kuchciak <k.kuchciak@samsung.com>
Fri, 20 Sep 2019 13:56:58 +0000 (15:56 +0200)
Change-Id: Ic724a8ed85d519420bcb7cfe500dc2538ed78cee

config/10-example-noop.conf [deleted file]
config/default.conf
packaging/stability-monitor.spec

diff --git a/config/10-example-noop.conf b/config/10-example-noop.conf
deleted file mode 100644 (file)
index fc0a80b..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-{
-    "global":{
-    },
-
-
-    "foreground_native_app":{
-    },
-
-    "background_native_app":{
-    },
-
-
-    "foreground_web_app":{
-    },
-
-    "background_web_app":{
-    },
-
-
-    "foreground_csharp_app":{
-    },
-
-    "background_csharp_app":{
-    },
-
-
-    "foreground_ui_widget":{
-    },
-
-    "background_ui_widget":{
-    },
-
-
-    "native_service":{
-    },
-
-    "other_service":{
-    },
-}
index b67e7e0..7201d71 100644 (file)
         "fd_limit": 1000,
     },
 
+
+    "foreground_native_app":{
+    },
+
+    "background_native_app":{
+    },
+
+
+    "foreground_web_app":{
+    },
+
+    "background_web_app":{
+    },
+
+
+    "foreground_csharp_app":{
+    },
+
+    "background_csharp_app":{
+    },
+
+
+    "foreground_ui_widget":{
+    },
+
+    "background_ui_widget":{
+    },
+
+
+    "native_service":{
+    },
+
+    "other_service":{
+    },
+
+
     "stability-monitor":{
         "monitor": 0,
     },
index d14811c..6d4e59f 100644 (file)
@@ -39,7 +39,6 @@ make -C tests all
 %install
 make install INSTALL_PREFIX=%{buildroot}/%{_sbindir}
 install -D config/default.conf %{buildroot}/%{_libdir}/stability-monitor/default.conf
-install -D config/10-example-noop.conf %{buildroot}/%{_sysconfdir}/stability-monitor.d/10-example-noop.conf
 
 install -D config/stability-monitor.service %{buildroot}/%{_unitdir}/stability-monitor.service
 mkdir -p %{buildroot}/%{_unitdir}/multi-user.target.wants
@@ -58,7 +57,6 @@ install -D tests/config.json          %{buildroot}/etc/stability-monitor.d/99-te
 %license COPYING
 %{_sbindir}/stability-monitor
 %{_libdir}/stability-monitor/default.conf
-%{_sysconfdir}/stability-monitor.d/10-example-noop.conf
 %{_unitdir}/stability-monitor.service
 %{_unitdir}/multi-user.target.wants/stability-monitor.service