module_utils_service: Fix glob path of rc.d (#43018)

Some distribtuions like SUSE has the rc%.d directories under /etc/init.d

Quote of /etc/rc.d.README on SLES11.

"Some people expect the system startup scripts in /etc/rc.d/.
We use a slightly different structure for better LSB compliance."
This commit is contained in:
Alex
2018-07-31 17:56:11 +02:00
committed by Sam Doran
parent af55b8e992
commit 29a62038b7
2 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
---
bugfixes:
- Fix glob path of rc.d
Some distribtuions like SUSE has the rc%.d directories under /etc/init.d