Statistics
| Branch: | Tag: | Revision:

root / vncauthproxy / vncauthproxy.py @ 838c404d

History | View | Annotate | Download (14.8 kB)

# Date Author Comment
4af60ef0 04/05/2011 12:54 am Vangelis Koukis

Make vncauthproxy a proper daemon, improve logging

Have vncauthproxy daemonize properly.
Introduce pidfile under /var/run/vncauthproxy,
logfile under /var/log/vncauthproxy.

33c82017 04/05/2011 12:52 am Vangelis Koukis

Add SIGTERM handling to vncauthproxy

Install a signal handler for fatal signals using gevent.signal().
This allows vncauthproxy to unlink its control socket and exit
gracefully when SIGTERM is received.

07b0130f 04/05/2011 12:46 am Vangelis Koukis

Initial commit of vncauthproxy

Initial commit of vncauthproxy, based on commit
5cf1d6553d72 from the git repository on code.grnet.gr.