Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
datadog-agent / lib / systemd / system / datadog-agent-security.service
Size: Mime:
[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