Skip to content

Commit f3d5e98

Browse files
committed
Merge pull request sivy#80 from TimZehta/init-pystat-to-pystatsd
Init pystat to pystatsd
2 parents 8e5f940 + 420e7b8 commit f3d5e98

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ Upstart init Script
4848
-------------
4949
Upstart is the daemon management system for Ubuntu.
5050

51-
A basic upstart script has been included for the pystatd server. It's located
51+
A basic upstart script has been included for the pystatsd server. It's located
5252
under init/, and will be installed to /usr/share/doc if you build/install a
53-
.deb file. The upstart script should be copied to /etc/init/pystatd.conf and
54-
will read configuration variables from /etc/default/pystatd. By default the
55-
pystatd daemon runs as user 'nobody' which is a good thing from a security
53+
.deb file. The upstart script should be copied to /etc/init/pystatsd.conf and
54+
will read configuration variables from /etc/default/pystatsd. By default the
55+
pystatsd daemon runs as user 'nobody' which is a good thing from a security
5656
perspective.
5757

5858
Troubleshooting

init/pystatsd.conf.upstart

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# pystatd upstart script
1+
# pystatsd upstart script
22
3-
# copy this to /etc/init/pystatsd.conf
3+
# copy this to /etc/init/pystatsd.conf
44
#
55

6-
description "start and stop the py-statd server"
6+
description "start and stop the py-statsd server"
77
version "1.1"
88
author "Rob Terhaar"
99

init/pystatsd.default

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# config file template for pystatd.
2-
# copy this to /etc/default/pystatad and the included upstart or init.d script,
2+
# copy this to /etc/default/pystatsd and the included upstart or init.d script,
33
# will read daemon settings from this file
44
#
55
LOCAL_PYSTATD_PORT=8125

0 commit comments

Comments
 (0)