4 lines
136 B
Bash
Executable File
4 lines
136 B
Bash
Executable File
#!/bin/sh
|
|
# Called by Upstart, /etc/init/statsd.conf
|
|
node /usr/share/statsd/stats.js /etc/statsd/localConfig.js 2>&1 >> /tmp/statsd.log
|