Skip to content

Instantly share code, notes, and snippets.

@arcolife
Created April 10, 2017 13:34
Show Gist options
  • Select an option

  • Save arcolife/685bf68341c33acac1c5fa3528125b15 to your computer and use it in GitHub Desktop.

Select an option

Save arcolife/685bf68341c33acac1c5fa3528125b15 to your computer and use it in GitHub Desktop.
statsd systemd service file
[Unit]
Description=network daemon to collect metrics
[Service]
User=statsd
Type=simple
ExecStart=/usr/bin/statsd /etc/statsd/config.js
Restart=on-failure
[Install]
WantedBy=multi-user.targe
@qwertys318
Copy link

qwertys318 commented May 3, 2020

WantedBy=multi-user.targe
targe>T<

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment