Commit fb56bc59 by Torkel Ödegaard

Create pid file before runtime init, Fixes #1990

parent 1c9993f1
FROM centos:latest
RUN yum install -y initscripts
ADD *.rpm /tmp/
......@@ -49,8 +49,8 @@ func main() {
flag.Parse()
initRuntime()
writePIDFile()
initRuntime()
search.Init()
social.NewOAuthService()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment