From owner-freebsd-questions@FreeBSD.ORG Thu Nov 27 13:05:44 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B68931065673 for ; Thu, 27 Nov 2008 13:05:44 +0000 (UTC) (envelope-from gpbuono@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.171]) by mx1.freebsd.org (Postfix) with ESMTP id 8AF3C8FC0C for ; Thu, 27 Nov 2008 13:05:44 +0000 (UTC) (envelope-from gpbuono@gmail.com) Received: by wf-out-1314.google.com with SMTP id 24so1003758wfg.7 for ; Thu, 27 Nov 2008 05:05:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=1VX4pf0FN9LbzqEAUXH9L5ZZdxUt0FCz7R2dNLgtS8E=; b=HhMFOhByJVvkw+zt37vMOw1lRqLS+NZEZypLP6+aPNuy8yQnK48UT6TyGjAXsahaD9 zThk/rFO6nBNvO9IyeqvnI7dy7fJfHeQ7MLCx+HAYHX7h7FEFaJk2i1dup6Hu4r0VDuX Kosr19JaxHc0eNIWGeVkP3CwMZHryHSVVmRQo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=BmNxPDfj4mxBy9naQjpffcho8ODBA/WQv7Wck6uy+Ft0fK2yQ2H80Jd9w67Hgh4zoa CGK9ynVW//qO7zvfGItHvKl6pmZ9PzngIv8nazHYFYrffMH7LvBHzT1xQm2LNNu/Yg6Y Gxgw7WpwKAWWH3LJtj3SUZA6BTil0uKNdqdJg= Received: by 10.142.125.9 with SMTP id x9mr2986795wfc.38.1227791144240; Thu, 27 Nov 2008 05:05:44 -0800 (PST) Received: by 10.142.139.15 with HTTP; Thu, 27 Nov 2008 05:05:44 -0800 (PST) Message-ID: Date: Thu, 27 Nov 2008 14:05:44 +0100 From: "Gian Paolo Buono" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: process always running X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Nov 2008 13:05:44 -0000 Hi, there is a method in freebsd for restart process whenever it terminates ? I use in linux respawn in inittab... Thanks ...bye