|
|
@ -388,8 +388,6 @@ class LinuxService(Service):
|
|
|
|
initpaths = [ '/etc/init.d' ]
|
|
|
|
initpaths = [ '/etc/init.d' ]
|
|
|
|
location = dict()
|
|
|
|
location = dict()
|
|
|
|
|
|
|
|
|
|
|
|
for binary in binaries:
|
|
|
|
|
|
|
|
location[binary] = None
|
|
|
|
|
|
|
|
for binary in binaries:
|
|
|
|
for binary in binaries:
|
|
|
|
location[binary] = self.module.get_bin_path(binary)
|
|
|
|
location[binary] = self.module.get_bin_path(binary)
|
|
|
|
|
|
|
|
|
|
|
|