We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 990ae7a + ebcdac5 commit 30659ffCopy full SHA for 30659ff
1 file changed
files/statsd-systemd
@@ -4,8 +4,9 @@ Documentation=https://github.com/etsy/statsd/
4
Wants=network.target
5
6
[Service]
7
+EnvironmentFile=/etc/default/statsd
8
Type=simple
-ExecStart=/usr/bin/nodejs /usr/local/lib/node_modules/statsd/stats.js /etc/statsd/localConfig.js
9
+ExecStart=/usr/bin/nodejs $STATSJS $STATSD_CONFIG
10
Restart=on-failure
11
RestartSec=10
12
0 commit comments