Skip to content

Commit ac5a227

Browse files
committed
Merge branch 'release/0.9.1'
2 parents 0d4fa33 + 99e9652 commit ac5a227

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ func main() {
190190
- [maxxant](https://github.com/maxxant)
191191
- [1for](https://github.com/1for)
192192
- [okamura](https://github.com/sidepelican)
193+
- [0X8C - Demired](https://github.com/Demired)
193194

194195
All the contributors are welcome. If you would like to be the contributor please accept some rules.
195196
- The pull requests will be accepted only in "develop" branch

daemon.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// license that can be found in the LICENSE file.
44

55
/*
6-
Package daemon 0.9.0 for use with Go (golang) services.
6+
Package daemon 0.9.1 for use with Go (golang) services.
77
88
Package daemon provides primitives for daemonization of golang services.
99
This package is not provide implementation of user daemon,

daemon_linux_upstart.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ author "Pichu Chen <pichu@tih.tw>"
186186
start on runlevel [2345]
187187
stop on runlevel [016]
188188
189+
respawn
189190
#kill timeout 5
190191
191192
exec {{.Path}} {{.Args}} >> /var/log/{{.Name}}.log 2>> /var/log/{{.Name}}.err

0 commit comments

Comments
 (0)