Created
March 12, 2018 19:56
-
-
Save justintime/dd1c500d3a959fe3b6911c2edf0a4364 to your computer and use it in GitHub Desktop.
CrowdStrike Falcon SIEM Collector systemd service
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=CrowdStrike Falcon Host SIEM Connector | |
ConditionPathExists=/opt/crowdstrike/etc/cs.falconhoseclient.cfg | |
[Service] | |
User=daemon | |
UMask=022 | |
LimitNOFILE=10000 | |
TimeoutStopSec=90 | |
WorkingDirectory=/opt/crowdstrike/bin | |
Environment="LOGGER_NAME=FALCON-SIEM-CONNECTOR" | |
Restart=on-failure | |
RestartSec=5 | |
StartLimitInterval=60 | |
StartLimitBurst=5 | |
StartLimitAction=none | |
StandardOutput=null | |
StandardError=null | |
ExecStart=/opt/crowdstrike/bin/cs.falconhoseclient -nodaemon -config=/opt/crowdstrike/etc/cs.falconhoseclient.cfg 2>&1 | logger -t FALCON-SIEM-CONNECTOR[WARN] -i | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Drop this file in
/etc/systemd/system/
.To start it:
To check the status of it:
To enable it to start automatically at each boot: