In most cases, services are started through the init system, you can probably restart the service with
/etc/init.d/squid restart
or on debian / ubuntu you should use a utility application
service squid restart
or
service squid3 restart
But maybe we need to translate to tab completion so that it automatically completes to the desired service:
service squid<TAB> restart
source
share