File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff 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
194195All 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
Original file line number Diff line number Diff line change 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
88Package daemon provides primitives for daemonization of golang services.
99This package is not provide implementation of user daemon,
Original file line number Diff line number Diff line change @@ -186,6 +186,7 @@ author "Pichu Chen <pichu@tih.tw>"
186186start on runlevel [2345]
187187stop on runlevel [016]
188188
189+ respawn
189190#kill timeout 5
190191
191192exec {{.Path}} {{.Args}} >> /var/log/{{.Name}}.log 2>> /var/log/{{.Name}}.err
You can’t perform that action at this time.
0 commit comments