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
-6
View File
@@ -1,6 +0,0 @@
FROM centos:latest
RUN yum install -y initscripts
ADD *.rpm /tmp/
+1 -1
View File
@@ -48,8 +48,8 @@ func main() {
flag.Parse()
initRuntime()
writePIDFile()
initRuntime()
social.NewOAuthService()
eventpublisher.Init()