You can see if the launchd service is still installed for it:
sudo launchctl list com.checkpoint.epc.service
![Screenshot 2024-10-17 at 9.03.49 AM.png Screenshot 2024-10-17 at 9.03.49 AM.png](https://community.checkpoint.com/t5/image/serverpage/image-id/28105i69C0794B2DA51CFE/image-dimensions/513x166?v=v2)
You can unload it if is loaded:
sudo launchctl unload /Library/LaunchDaemons/com.checkpoint.epc.service.plist
![Screenshot 2024-10-17 at 9.07.10 AM.png Screenshot 2024-10-17 at 9.07.10 AM.png](https://community.checkpoint.com/t5/image/serverpage/image-id/28106i2CC55FF8F11D1C73/image-dimensions/502x53?v=v2)
If you need to remove the service startup script manually, it's there in "/Library/LaunchDaemons/com.checkpoint.epc.service.plist".
This is the Mac's version of the Linux systemd (or SysV init) scripts. Keep in mind, tho, that by default, a lot of these system folders are hidden by default on macOS, so a lot of the times a cursory scan won't show anything. You'll have to navigate directly using the Finder's "Go to Folder" option:
![Screenshot 2024-10-17 at 9.14.51 AM.png Screenshot 2024-10-17 at 9.14.51 AM.png](https://community.checkpoint.com/t5/image/serverpage/image-id/28107i8EB9055CC280DF8B/image-size/medium?v=v2&px=400)
![Screenshot 2024-10-17 at 9.15.05 AM.png Screenshot 2024-10-17 at 9.15.05 AM.png](https://community.checkpoint.com/t5/image/serverpage/image-id/28108i3CFD9159BCF6E9D6/image-size/medium?v=v2&px=400)
If none of this helps, then you just might need to open a TAC case to figure out what's still embedded.