Some execs are without full path. example: `command => "mkdir -p ${socket_directory}",` should be: `command => "/bin/mkdir -p ${socket_directory}",`
Some execs are without full path.
example:
command => "mkdir -p ${socket_directory}",should be:
command => "/bin/mkdir -p ${socket_directory}",