mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
5 lines
106 B
Bash
Executable File
5 lines
106 B
Bash
Executable File
#!/bin/bash
|
|
|
|
exec /usr/bin/nodejs /opt/statsd/stats.js /opt/statsd/config.js >> /var/log/statsd.log 2>&1
|
|
|