Revision 3329f4de lib/utils/io.py

b/lib/utils/io.py
903 903
      daemon name
904 904

  
905 905
  """
906
  return PathJoin(constants.RUN_GANETI_DIR, "%s.pid" % name)
906
  return PathJoin(constants.RUN_DIR, "%s.pid" % name)
907 907

  
908 908

  
909 909
def WritePidFile(pidfile):

Also available in: Unified diff