SystemD: Podman
This guide explains how to configure the Falcon Sensor to run as a SystemD service using Podman in non-Kubernetes environments.
Requirements
Section titled “Requirements”- Podman installed and running
- Root or sudo privileges
- A valid CrowdStrike Falcon Customer ID (CID)
- Access to the Falcon container image
Installation Options
Section titled “Installation Options”-
Load or pull the Falcon Sensor image to your host:
Terminal window podman pull myrepo.com/falcon/sensor:1234 -
Update the
falcon.confconfiguration file your settings. e.g.:FALCON_CONTAINER_IMAGE=myrepo.com/falcon/sensor:1234FALCON_CID=ABCDEFabcdef012345-12FALCON_TAGS=systemd,production -
Copy the
falcon.confandfalcon.servicefiles to/etc/systemd/system:Terminal window cp falcon.* /etc/systemd/system -
Enable and start the Falcon service:
Terminal window systemctl enable --now falcon.service