Skip to content

Commit

Permalink
Merge branch 'release/0.2.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
takama committed Jan 15, 2015
2 parents 89f1a4c + 0c75e49 commit eb5ec01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion daemon.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// license that can be found in the LICENSE file.

/*
Package daemon 0.2.4 for use with Go (golang) services.
Package daemon 0.2.5 for use with Go (golang) services.
Package daemon provides primitives for daemonization of golang services.
This package is not provide implementation of user daemon,
Expand Down
2 changes: 2 additions & 0 deletions daemon_linux_systemv.go
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,8 @@ lockfile="/var/lock/subsys/$proc"
stdoutlog="/var/log/$proc.log"
stderrlog="/var/log/$proc.err"
[[ -d $(dirname $lockfile) ]] || mkdir -p $(dirname $lockfile)
[ -e /etc/sysconfig/$proc ] && . /etc/sysconfig/$proc
start() {
Expand Down

0 comments on commit eb5ec01

Please sign in to comment.