Por error añadí un servicio no válido (inexistente) a launchd:
sudo launchctl enable system/homebew.mxcl.cntlm
Lo anterior debe ser system/homebrew.mxcl.cntlm
en su lugar.
Sin embargo, después de quitar el servicio:
sudo launchctl remove system/homebew.mxcl.cntlm
sigue apareciendo en la lista de servicios desactivados:
nlykkei-mbp:~ nlykkei$ launchctl print-disabled system
disabled services = {
"org.apache.http" => false
"homebrew.mxcl.dnsmasq" => false
"com.apple.CSCSupportd" => true
"com.apple.ftpd" => true
"com.apple.mdmclient.daemon.runatboot" => true
"com.openssh.sshd" => false
"org.apache.httpd" => true
"com.apple.bootpd" => true
"homebrew.mxcl.cntlm" => false
"org.macosforge.xquartz.privileged_startx" => false
"com.launchd.maxfiles" => false
"com.apple.ftp-proxy" => true
"homebew.mxcl.cntlm" => false <-- doesn't exist
}
¿Cómo puedo eliminar todo rastro de homebew.mxcl.cntlm
de mi sistema, para que no aparezca usando launchctl
?