```osquery> select count() from launchd where n...
# macos
a
Copy code
osquery> select count() from launchd where name not like 'com.apple.%' and path not like '/System%';
+---------+
| count() |
+---------+
| 36      |
+---------+