From owner-freebsd-questions@FreeBSD.ORG Fri May 8 00:22:02 2009 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 6F49D106567F for ; Fri, 8 May 2009 00:22:02 +0000 (UTC) (envelope-from nlandys@gmail.com) Received: from yx-out-2324.google.com (yx-out-2324.google.com [74.125.44.29]) by mx1.freebsd.org (Postfix) with ESMTP id 296338FC13 for ; Fri, 8 May 2009 00:22:02 +0000 (UTC) (envelope-from nlandys@gmail.com) Received: by yx-out-2324.google.com with SMTP id 8so657844yxb.13 for ; Thu, 07 May 2009 17:22:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=HtN3XffScfyUgPkl1zWV/oFkD8LSBwlc1n5WOqYRL7E=; b=iLgRMeAXSr03M9UsBc+oVLR3jzCYPclSIh8hxn4LCnCz5eMnceR5XYgSiTVEit7hXl ZYhYVBl5DkMgF25PJYTUJEXdDXGUCwxFXxLWURH97vZH/9S6hyo50qpOgTJPusefCKTi BHAUAgg7Po4lJ7DetqwVzhDFBtumDMqzMeu+M= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=pup0aqWxA5PRsPVV9kMu5UBqlkSvX0oMqQdldv9UjGpAADIeo9TjanEKsUYV3xd79O evIgPB9E/1u3czRAnPzEAAxmWoiARydHF0Mpzwp6zi7V9PMstZ9bQRmmD9jLbS6CBLPK 0gMbtO0QPt6Zn9/e9Dfwb0zVWRKMMU4Sz4UWo= MIME-Version: 1.0 Received: by 10.100.46.4 with SMTP id t4mr6851456ant.80.1241742121548; Thu, 07 May 2009 17:22:01 -0700 (PDT) In-Reply-To: References: <560f92640905071057v7d298a68l680182144cc8898f@mail.gmail.com> Date: Thu, 7 May 2009 17:22:01 -0700 Message-ID: <560f92640905071722t79978104v1401f99b5cedabb0@mail.gmail.com> From: Nerius Landys To: Wojciech Puchar Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Run script on boot, as ordinary user 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: Fri, 08 May 2009 00:22:03 -0000 Seems that @reboot in cron is what I need. It's too bad that there's no straightforward shutdown hook.