[Rails] Re: Starling Service

2009-03-16 Thread tomrossi7
Freddy, I'm not sure this script will work. There is no /etc/init.d/starling script? Thanks, Tom On Mar 13, 3:08 pm, Freddy Andersen wrote: > #!/bin/sh > ### BEGIN INIT INFO > # Provides:          starling > # Required-Start:    $local_fs $remote_fs > # Required-Stop:     $local_fs $remote_fs

[Rails] Re: Starling Service

2009-03-13 Thread Freddy Andersen
#!/bin/sh ### BEGIN INIT INFO # Provides: starling # Required-Start:$local_fs $remote_fs # Required-Stop: $local_fs $remote_fs # Default-Start: 2 3 4 5 # Default-Stop: S 0 1 6 # Short-Description: starling initscript # Description: starling ### END INIT INFO # Sourc