Date: Thu, 12 Dec 2002 12:45:27 -0800 (PST) From: Brian <bri@sonicboom.org> To: Daniel HARTMANN <danielhartmann@wanadoo.fr> Cc: Questions FREEBSD <freebsd-questions@FreeBSD.ORG> Subject: Re: VNC Message-ID: <20021212124239.F80956-100000@entwistle.sonicboom.org> In-Reply-To: <BKEEJHGHHBPAOEMADPLPOELGCBAA.danielhartmann@wanadoo.fr> References: <BKEEJHGHHBPAOEMADPLPOELGCBAA.danielhartmann@wanadoo.fr>
next in thread | previous in thread | raw e-mail | index | archive | help
getting vnc to start at boot is tricky, since you want it to start as some user, rather than as root. A solution I've been thinking of is looking at the output os ps auxw, grepping for Xvnc owned by the desired user, if its there exit, if not run vncserver as the user in question. Putting it in cron with a /8 to check every 8 minutes seems a good idea. =09Bri On Thu, 12 Dec 2002, Daniel HARTMANN wrote: > Bonjour, > > J'utilise vnc vers ma machine Freebsd. > > Mais comment d=E9marrer "vncserver" automatiquement au boot sans taper la > commande ?? > > Merci > > > > > > Dany_H ;-) > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021212124239.F80956-100000>