From owner-freebsd-questions Sun Feb 12 09:28:27 1995 Return-Path: questions-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id JAA26000 for questions-outgoing; Sun, 12 Feb 1995 09:28:27 -0800 Received: from netcom23.netcom.com (rdugaue@netcom23.netcom.com [192.100.81.137]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id JAA25994 for ; Sun, 12 Feb 1995 09:28:26 -0800 Received: by netcom23.netcom.com (8.6.9/Netcom) id JAA29041; Sun, 12 Feb 1995 09:28:20 -0800 Date: Sun, 12 Feb 1995 09:28:20 -0800 (PST) From: SACBBX Subject: autolog To: questions@FreeBSD.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: questions-owner@FreeBSD.org Precedence: bulk I'm looking for a program that will allow me to timeout/kill processes after a certain amount of idle time. I had something like this for linux called 'autolog' which worked great, but it doesn't work due to it using /proc specifics for that platform. Has someone ported this or is something like it available for FreeBSD? Thanks for any help in advance!