Bye le sap vlc

darcs-hash:20081011130017-9fc8c-fcade05b5a81bd50c287bd450d613726842b584b.gz
This commit is contained in:
dubost 2008-10-11 15:00:17 +02:00
parent cd7f1afc02
commit 50cc3b6fc2

View file

@ -15,6 +15,7 @@ sys.path.append('/usr/scripts/python-lib')
import lock
from daemon import daemonize
################CONFIG
SAP_CONF = '/etc/sap.cfg'
@ -105,6 +106,7 @@ def kill() :
sleep(1)
if __name__ == '__main__' :
sys.exit(0)
# Arguments
if '-d' not in sys.argv :
daemonize()