hiddenid01 / redis

Automatically exported from code.google.com/p/redis
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

When starting redis in daemon mode PID gets overwritten. #441

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. run /usr/bin/redis-server /etc/redis/redis.conf
2. run it again /usr/bin/redis-server /etc/redis/redis.conf

What is the expected output? What do you see instead?
the real pid!

What version of the product are you using? On what operating system?
2.0.4

Please provide any additional information below.
When daemon is started the second time, it overwrites the real pid with its new 
one value and than exits. So the real pid is lost.

Original issue reported on code.google.com by denis.ba...@gmail.com on 24 Jan 2011 at 6:15