Skip to content

Instantly share code, notes, and snippets.

View hosword's full-sized avatar

hoswordzz hosword

  • hosword
View GitHub Profile
@hosword
hosword / tomcat.sh
Created March 15, 2017 11:19 — forked from valotas/tomcat.sh
Tomcat init.d script
#!/bin/bash
#
# tomcat7 This shell script takes care of starting and stopping Tomcat
#
# chkconfig: - 80 20
#
### BEGIN INIT INFO
# Provides: tomcat7
# Required-Start: $network $syslog
# Required-Stop: $network $syslog