Created
April 10, 2017 13:34
-
-
Save arcolife/685bf68341c33acac1c5fa3528125b15 to your computer and use it in GitHub Desktop.
statsd systemd service file
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=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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
WantedBy=multi-user.targetarge>T<