Repository URL to install this package:
|
Version:
1:7.26.0-1 ▾
|
[Unit]
Description=Datadog System Probe
Requires=sys-kernel-debug.mount
Before=datadog-agent.service
After=network.target sys-kernel-debug.mount
BindsTo=datadog-agent.service
ConditionPathExists=/etc/datadog-agent/system-probe.yaml
[Service]
Type=simple
PIDFile=/opt/datadog-agent/run/system-probe.pid
Restart=on-failure
ExecStart=/opt/datadog-agent/embedded/bin/system-probe --config=/etc/datadog-agent/system-probe.yaml --pid=/opt/datadog-agent/run/system-probe.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