[Zope] Zope on OpenBSD
Ricardo Anguiano
anguiano@codesourcery.com
09 Oct 2002 16:21:29 -0700
Maybe try sudo instead?
sudo -b -u zope /home/zope/start
HTH,
-Ricardo
Adam Getchell <AdamG@hrrm.ucdavis.edu> writes:
> Chris,
>
> Your script worked, but Zope does not allow someone to login at the console
> (as the output and process take up the screen). I tried modifying it to:
>
> su - zope -c "/home/zope/start &"
>
> But the process immediately dies. I thought Zope was supposed to start in
> daemon mode?
>
> Thanks,