I'm new to this SysOp stuff, so I'm wondering if it's possible to use other interpreted languages to write init.d scripts?
The upfront diff for me is /bin vs. /usr/bin
#!/bin/sh
versus
#!/usr/bin/perl
#!/usr/bin/php
#!/usr/bin/python
#!/usr/bin/ruby
Are there any other points I'm missing?