File: graphite-api.default

package info (click to toggle)
graphite-api 1.1.3-2%2Bdeb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 752 kB
  • sloc: python: 7,757; sh: 215; makefile: 150
file content (9 lines) | stat: -rw-r--r-- 316 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
# This file is not used when using systemd.
# Use "systemctl edit graphite-api" instead.

# IP address and TCP port to listen. Can be a Unix socket too (eg
# unix:/var/run/graphite-api/gunicorn.sock)
DAEMON_ARGS="--bind=127.0.0.1:8542 $DAEMON_ARGS"

# Number of workers to use
DAEMON_ARGS="--workers=1 $DAEMON_ARGS"