2 Feb
2000
2 Feb
'00
10:01 p.m.
ha, Now I feel myself really tiny! ugh, clearly I'm a newbie in Linux. Thanks Pavlos, I really learned something today! Regards, Tom.
Tom -
the z2.py start up script will automatically set the UID to nobody if start as root. So you do not need to explicitly set it. Another issue is that you do not need to use daemon to start the process because the z2.py script takes care of that too
If your start script includes the option -Z (but *not* the -D option) then:
/usr/local/zope/start
should be sufficient. It will actually make Zope a deamon process and supervise it too.
Pavlos