Skip to content

Instantly share code, notes, and snippets.

View alexejk's full-sized avatar
:octocat:

Alexej Kubarev alexejk

:octocat:
View GitHub Profile
@alexejk
alexejk / tomcat.sh
Created November 8, 2012 11:48 — 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