Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Dec 2002 13:22:20 -0500
From:      "Kliment Andreev" <klimenta@futurebit.com>
To:        "Daniel HARTMANN" <danielhartmann@wanadoo.fr>, "Questions FREEBSD" <freebsd-questions@FreeBSD.ORG>
Subject:   Re: VNC
Message-ID:  <000e01c2a20b$6a4a0110$ca0110ac@vinyl.tkvbp.com>
References:  <BKEEJHGHHBPAOEMADPLPOELGCBAA.danielhartmann@wanadoo.fr>

next in thread | previous in thread | raw e-mail | index | archive | help
> Mais comment démarrer "vncserver" automatiquement au boot sans taper la
> commande ??

Create the following file vnc.sh in /usr/local/etc/rc.d and put the
following lines

#!/bin/sh
/usr/X11R6/bin/vncserver &


It will "automatique" start vncserver when you reboot.




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?000e01c2a20b$6a4a0110$ca0110ac>