summarylogtreecommitdiffstats
path: root/statsd.install
blob: a78699a433990dc3066bdc3948656624f9ae15a4 (plain)
1
2
3
4
5
6
post_install() {
    echo "==> You should create a config file at /opt/statsd/dConfig.js"
    echo "==> See /opt/statsd/exampleConfig.js for a good default"
    echo "==> Then systemctl enable / start statsd"
}