source:
npl/internetserver/djbdns/stop.djbdns
@
08cf024
Last change on this file since 08cf024 was c5c522c, checked in by , 8 years ago | |
---|---|
|
|
File size: 145 bytes |
Rev | Line | |
---|---|---|
[c5c522c] | 1 | #!/bin/bash |
2 | if svcdownchk /service/dnscache; then | |
3 | syn3-state dns OK "Stopped" | |
4 | exit 0 | |
5 | else | |
6 | syn3-state dns CAUTION "Shutdown failed" | |
7 | exit 1 | |
8 | fi |
Note: See TracBrowser
for help on using the repository browser.