Debian Etch and vnc4server

xSauronx

Lifer
Jul 14, 2000
19,582
4
81
i get occassional power flickers here and want the vnc server to start under my users account whenever debian boots up

is this possible? presently i have to ssh in, then run

vnc4server -geometry 1000x668 -depth 24

any ideas? thanks :)
 

Nothinman

Elite Member
Sep 14, 2001
30,672
0
0
As a quick hack you could always just do something like "su - user -c 'vnc4server -geometry 1000x668 -depth 24' &" in /etc/rc.local.