From owner-freebsd-questions Tue Sep 8 03:45:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA06250 for freebsd-questions-outgoing; Tue, 8 Sep 1998 03:45:11 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from rucus.ru.ac.za (rucus.ru.ac.za [146.231.29.2]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id DAA06163 for ; Tue, 8 Sep 1998 03:44:33 -0700 (PDT) (envelope-from nbm@rucus.ru.ac.za) Received: (qmail 14229 invoked by uid 1003); 8 Sep 1998 10:43:48 -0000 Message-ID: <19980908124347.A13053@rucus.ru.ac.za> Date: Tue, 8 Sep 1998 12:43:47 +0200 From: Neil Blakey-Milner To: David Vondrasek , freebsd-questions@FreeBSD.ORG Subject: Re: Easy Question I hope. References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: ; from David Vondrasek on Tue, Sep 08, 1998 at 12:53:20AM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue 1998-09-08 (00:53), David Vondrasek wrote: > restart them. There HAS to be away to have then start up > on boot. I know how to do it as a ROOT user with cron > or in rc.d But these are user processes that I need > restarted. And would like them to restart automaticlly. I have a netfu.sh in my /usr/local/etc/rc.d //---- #!/bin/sh su netfu /home/netfu/netfu.run //---- It automatically starts netfu on my machine, run as the netfu user. Hopefully you can adapt this to your tastes. Neil -- Neil Blakey-Milner nbm@rucus.ru.ac.za To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message