summaryrefslogtreecommitdiff
path: root/pkg/leap_mx
AgeCommit message (Collapse)Author
2015-04-24[pkg] remove initscript from python packagedrebs
There are some reasons to remove the initscript from the python package: 1. To include the initscript it in the python package it is necessary to assume a lot of things about the system in which the package would be installed. 2. The debian packaging system will correctly create an initscript by itself. 3. We don't have to maintain 2 different setup.py files (one in master/develop branch and another in debian package branches).
2015-01-12sync initscript with debian versionMicah Anderson
2015-01-12add --prefix argument to get distinguishable syslog messagesMicah Anderson
2015-01-12log to syslog. Closes: #6307Kali Kaneko
2013-05-08Fix twistd path for deployment serversTomas Touceda
2013-05-07Place mx.tac in /usr/local/bin/Tomas Touceda
2013-05-06Improve leap_mx init scriptTomas Touceda
2013-05-03Add setup script and init.d scriptTomas Touceda
Also, some pep8 fixes