Last active
December 3, 2015 13:18
-
-
Save mrqwer88/9b4e31e02d7ec6e342c5 to your computer and use it in GitHub Desktop.
This file contains 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=go-carbon server daemon | |
After=network.target | |
Requires=network.target | |
[Service] | |
User=_graphite | |
PIDFile=/run/gocarbon.pid | |
ExecStart=/usr/local/bin/go-carbon --config /usr/local/etc/carbon.conf --daemon -pidfile /run/gocarbon.pid | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment