source: npl/commonservers/mysql5/stop @ c5c522c

gcc484ntopperl-5.22
Last change on this file since c5c522c 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: 147 bytes
Line 
1#!/bin/bash
2if ! svcdownchk /service/mysql; then
3        syn3-state mysql CAUTION "Shutdown error"
4        exit 1
5else
6        syn3-state mysql OK "Stopped"
7        exit 0
8fi
Note: See TracBrowser for help on using the repository browser.