]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
daemons: write pid file even when told not to daemonize 2468/head
authorAlexandre Oliva <oliva@gnu.org>
Thu, 31 Jul 2014 02:08:43 +0000 (23:08 -0300)
committerLoic Dachary <loic-201408@dachary.org>
Fri, 12 Sep 2014 10:05:56 +0000 (12:05 +0200)
commitbccb0eb64891f65fd475e96b6386494044cae8c1
treee86f3532259de8297e274440b8eed60726e8887f
parent62ee5fc1f4baabe70022a3edf4052c96ee5c1065
daemons: write pid file even when told not to daemonize

systemd wants to run daemons in foreground, but daemons wouldn't write
out the pid file with -f.  Fixed.

Signed-off-by: Alexandre Oliva <oliva@gnu.org>
src/ceph_mon.cc
src/common/config.cc
src/global/global_init.cc