From f3896c51c256f6effaaeb4dcec14130556dd9ce5 Mon Sep 17 00:00:00 2001 From: Bryan Quigley Date: Fri, 15 Feb 2019 11:48:21 -0800 Subject: [services] add rc.local Resolves: #1566 Closes: #1545 Signed-off-by: Bryan Quigley Signed-off-by: Bryn M. Reeves --- sos/plugins/services.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sos/plugins/services.py b/sos/plugins/services.py index e08f1a5f..372e4342 100644 --- a/sos/plugins/services.py +++ b/sos/plugins/services.py @@ -22,7 +22,8 @@ class Services(Plugin): def setup(self): self.add_copy_spec([ "/etc/inittab", - "/etc/rc.d" + "/etc/rc.d", + "/etc/rc.local" ]) if self.get_option('servicestatus'): self.add_cmd_output("/sbin/service --status-all") -- cgit