Is it possible to know the .plist file location which is loaded into the launchctl command?
The label name is listed with \"launchctl list\" and its contents can be view
The process name used in launchctl list
is declared in a plist. While the plist should be at the location mentioned above, they can be almost anywhere.
I found the plist i was looking for with' locate. I was looking for org.postgresql.postgres
locate *.plist | grep org.postgresql.postgres
narrowed it down to 4 files