Created
June 3, 2017 12:42
-
-
Save r7vme/d4524b28708016d9459c777fd3a25bee to your computer and use it in GitHub Desktop.
datadog agent systemd
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=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