Hi,

   > What's the best way to automate this, so it starts up when the XS
   > is started without the need for people to enter the python server
   > command line?

I think the quickest way is to run, as a user:

crontab -e
<a text file is presented, add the following line to it>
@reboot  nohup python /home/someuser/Wikipedia.activity/server.py .. &

where .. is the set of arguments you usually pass to server.py.

The best way involves creating an RPM package that installs a service
using rc.d/init.d.

- Chris.
-- 
Chris Ball   <c...@laptop.org>
One Laptop Per Child
_______________________________________________
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel

Reply via email to