Skip to content
This repository was archived by the owner on Dec 27, 2022. It is now read-only.

Commit 9ff27cf

Browse files
committed
Merge branch 'pr/382'
2 parents 6157b18 + 11e30a4 commit 9ff27cf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## 0.11.1
44
* MINOR - default logstash version 1.4.2
5+
* MINOR - correct status code for initv scripts
56

67
## 0.11.0
78
* MAJOR - depreciate non runit service types.

templates/default/init/sysvinit/tarball.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ start() {
3737

3838
if [ ! -z "$pid_running" ] ; then
3939
echo -e "\033[31;1mPID $ls_pid still alive, logstash is already running. Doing nothing\033[0m"
40-
return 1
40+
return 0
4141
fi
4242
fi
4343

0 commit comments

Comments
 (0)