ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/apache2-frontend/reload
Revision: 1.1
Committed: Thu Jun 18 12:45:33 2015 UTC (8 years, 11 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.1 #!/bin/sh
2    
3     if systemctl reload frontend; then
4     ./check || tail /var/log/frontend/error.log
5     else
6     systemctl -l status frontend
7     exit 1
8     fi