File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -48,11 +48,11 @@ Upstart init Script
48
48
-------------
49
49
Upstart is the daemon management system for Ubuntu.
50
50
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
52
52
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
56
56
perspective.
57
57
58
58
Troubleshooting
Original file line number Diff line number Diff line change 1
- # pystatd upstart script
1
+ # pystatsd upstart script
2
2
3
- # copy this to /etc/init/pystatsd.conf
3
+ # copy this to /etc/init/pystatsd.conf
4
4
#
5
5
6
- description "start and stop the py-statd server"
6
+ description "start and stop the py-statsd server"
7
7
version "1.1"
8
8
author "Rob Terhaar"
9
9
Original file line number Diff line number Diff line change 1
1
# 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,
3
3
# will read daemon settings from this file
4
4
#
5
5
LOCAL_PYSTATD_PORT=8125
You can’t perform that action at this time.
0 commit comments