Skip to content

Instantly share code, notes, and snippets.

@cdemers
Created August 3, 2016 00:59
Show Gist options
  • Save cdemers/f3bbf50b9ed638af0613f796e73ba305 to your computer and use it in GitHub Desktop.
Save cdemers/f3bbf50b9ed638af0613f796e73ba305 to your computer and use it in GitHub Desktop.
// === BEGIN ===
[Unit]
Description=Datadog Agent
After=multi-user.target
[Service]
Type=idle
ExecStart=/the_path/.datadog-agent/bin/agent
Restart=always
RestartSec=30
WorkingDirectory=/the_path/.datadog-agent
[Install]
WantedBy=multi-user.target
// === END ===
sudo systemctl daemon-reload
sudo systemctl enable myscript.service
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment