Repository URL to install this package:
|
Version:
1:7.26.0-1 ▾
|
[Unit]
Description=Datadog Security Agent
After=network.target datadog-agent.service
BindsTo=datadog-agent.service
ConditionPathExists=/etc/datadog-agent/security-agent.yaml
[Service]
Type=simple
PIDFile=/opt/datadog-agent/run/security-agent.pid
Restart=on-failure
ExecStart=/opt/datadog-agent/embedded/bin/security-agent start -c /etc/datadog-agent/datadog.yaml -c /etc/datadog-agent/security-agent.yaml -p /opt/datadog-agent/run/security-agent.pid
# Since systemd 229, should be in [Unit] but in order to support systemd <229,
# it is also supported to have it here.
StartLimitInterval=10
StartLimitBurst=5
[Install]
WantedBy=multi-user.target