I hereby claim:
- I am tvannahl on github.
- I am tvannahl (https://keybase.io/tvannahl) on keybase.
- I have a public key whose fingerprint is 42F7 1B86 4C03 BBF5 025B 7C13 ED07 B400 9AA8 5349
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #! /bin/sh | |
| ### BEGIN INIT INFO | |
| # Provides: FastCGI servers for Django | |
| # Required-Start: networking | |
| # Required-Stop: networking | |
| # Default-Start: 2 3 4 5 | |
| # Default-Stop: S 0 1 6 | |
| # Short-Description: Start FastCGI servers with Django. | |
| # Description: Django, in order to operate with FastCGI, must be started | |
| # in a very specific way with manage.py. This must be done |