#!/usr/bin/env python

import sys
sys.path.append('/usr/share/pacrez/src')

import pacrez_login_daemon
pacrez_login_daemon.run()

