~vince-vinet/ltsp-cluster/ltsp-cluster-agent

« back to all changes in this revision

Viewing changes to ltsp-agent

  • Committer: Stéphane Graber
  • Date: 2010-11-04 14:19:21 UTC
  • Revision ID: stgraber@ubuntu.com-20101104141921-eai74ebojf54jy40
Update server.py for new file names, create a launcher script

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/python
 
2
from LTSPAgent import server as LTSPAgentServer
 
3
 
 
4
LTSPAgentServer.start_server()