osquery-defense-kit/incident_response/systemd_units.sql
2022-10-19 16:19:53 -04:00

8 lines
109 B
SQL

-- Returns a list of systemd units
--
-- tags: postmortem
-- platform: linux
SELECT
*
FROM
systemd_units;