[common.py,daemon.py,initscript] Ecriture du daemon crans_ticket

This commit is contained in:
root 2014-09-10 23:29:32 +02:00
parent fb298f5d8d
commit 3a5e722133
3 changed files with 107 additions and 10 deletions

6
common.py Normal file
View file

@ -0,0 +1,6 @@
#!/usr/bin/env python
#-*- coding: utf-8 -*-
PIDFILE = '/var/run/daemon.pid'
USER='crans_ticket'
GROUP='adm'