From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anthony Liguori Subject: [PATCH 1/3] Make xenstored manage its own pidfile Date: Thu, 04 Aug 2005 11:03:11 -0500 Message-ID: <42F23C3F.5070404@us.ibm.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------010403020209090009000203" Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel List-Id: xen-devel@lists.xenproject.org This is a multi-part message in MIME format. --------------010403020209090009000203 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit The following patch makes xenstored manage its own pidfile which makes it impossible for it to be started multiple times. Signed-off-by: Anthony Liguori