Compare commits

...

1 Commits

Author SHA1 Message Date
Torkel Ödegaard
e0258617ee Create pid file before runtime init, Fixes #1990 2015-05-14 10:35:02 +02:00
2 changed files with 1 additions and 7 deletions

View File

@@ -1,6 +0,0 @@
FROM centos:latest
RUN yum install -y initscripts
ADD *.rpm /tmp/

View File

@@ -48,8 +48,8 @@ func main() {
flag.Parse() flag.Parse()
initRuntime()
writePIDFile() writePIDFile()
initRuntime()
social.NewOAuthService() social.NewOAuthService()
eventpublisher.Init() eventpublisher.Init()