source: npl/internetserver/djbdns/stop.djbdns @ 720681d

Last change on this file since 720681d was c5c522c, checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago

initial commit, transferred from cleaned syn3 svn tree

  • Property mode set to 100644
File size: 145 bytes
Line 
1#!/bin/bash
2if svcdownchk /service/dnscache; then
3        syn3-state dns OK "Stopped"
4        exit 0
5else
6        syn3-state dns CAUTION "Shutdown failed"
7        exit 1
8fi
Note: See TracBrowser for help on using the repository browser.