Disabling services

2014-04-01 Thread Roman Gelfand
Is there a tool that would take down and disable a service based on a configurable criteria? Thanks in advance -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive:

Re: Disabling services

2014-04-01 Thread Tom Furie
On Tue, Apr 01, 2014 at 09:50:49AM -0400, Roman Gelfand wrote: Is there a tool that would take down and disable a service based on a configurable criteria? Depending what your configurable criteria are, there are probably several tools that could be used. Cheers, Tom -- Hand, n.: A

Re: Disabling services

2014-04-01 Thread Darac Marjal
On Tue, Apr 01, 2014 at 09:50:49AM -0400, Roman Gelfand wrote: Is there a tool that would take down and disable a service based on a configurable criteria? Are you after something more than: #!/bin/sh service $1 stop update-rc.d $1 disable with possibly, some detection