Okay thinking about this. I guess /rc/bin/cpurc has a line # cpu+auth server auth/keyfs -wp -m /mnt/keys /adm/keys aux/listen -q -t /rc/bin/service.auth -d $serviced tcp Which I guess points to tcp services or /rc/bin/services cpu% cat tcp80 #!/bin/rc exec /rc/bin/rc-httpd/rc-httpd >>[2]/sys/log/www cpu% So how do I get the user to run this. Do I just pull it out of cpurc and add it to /usr/www/lib/profile or clearly i'm confused? I guess I always drawterm and log in as glenda the run rcpu -u www. So I should do that and manually run aux/listen -q -t /rc/bin/service.auth -d $serviced tcp