Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 514 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 514 Bytes

Falcon Linux SystemD Docker service

Configuration

  1. Replace the following in the falcon.service file:

    • <CID> with your CrowdStrike Falcon Customer ID
    • <falcon-sensor-container-image> with the repository/name:tag of the sensor e.g. myrepo.com/falcon/sensor:1234
  2. Load or pull the sensor to the host

  3. Install the falcon.service file:

    # cp falcon.service /etc/systemd/system
  4. Enable the Falcon service

    # systemctl enable --now falcon.service