```
/usr/sbin/gluu-serverd-2.4.4 restart
/usr/sbin/gluu-serverd-2.4.4: line 44: stop: command not found
/usr/sbin/gluu-serverd-2.4.4: line 4: netstat: command not found
/usr/sbin/gluu-serverd-2.4.4: line 4: netstat: command not found
```
if you use netstat outside the container, make it an RPM dependency (RHEL name net-tools) or make the script check before using it.
even with netstat installed it outputs:
```
/usr/sbin/gluu-serverd-2.4.4 restart
/usr/sbin/gluu-serverd-2.4.4: line 44: stop: command not found
/usr/sbin/gluu-serverd-2.4.4: line 46: start: command not found
```
would love to send a patch but init script is not on github.