Skip to content

Instantly share code, notes, and snippets.

@r7vme
Created June 3, 2017 12:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r7vme/d4524b28708016d9459c777fd3a25bee to your computer and use it in GitHub Desktop.
Save r7vme/d4524b28708016d9459c777fd3a25bee to your computer and use it in GitHub Desktop.
datadog agent systemd
[Unit]
Description=DataDog monitoring agent
After=network.target
[Service]
ExecStart=/root/.datadog-agent/bin/agent
[Install]
WantedBy=default.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment