Skip to content

Instantly share code, notes, and snippets.

View rougesheep's full-sized avatar

Andy Burne rougesheep

  • Manchester, United Kingdom
View GitHub Profile
@rougesheep
rougesheep / Apache Tomcat 8 Start stop script init.d script
Last active November 5, 2016 19:35 — forked from miglen/Apache Tomcat 8 Start stop script init.d script
Apache Tomcat init script (or startup/controll script). Works fine for version 7/8. Read the comments for release history. Feel free to modify, copy and give suggestions. (c) GNU General Public License
#!/bin/bash
#
# description: Apache Tomcat init script
# processname: tomcat
# chkconfig: 234 20 80
#
#
# Copyright (C) 2014 Miglen Evlogiev
#
# This program is free software: you can redistribute it and/or modify it under