Skip to content

Instantly share code, notes, and snippets.

View SysADMINsLife's full-sized avatar

SysADMINsLife

View GitHub Profile
@SysADMINsLife
SysADMINsLife / gist:7319773
Created November 5, 2013 14:24
Teamspeak 3 Server Debian Startup Script
#!/bin/sh
### BEGIN INIT INFO
# Provides: teamspeak3
# Required-Start: $local_fs $network
# Required-Stop: $local_fs $network
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Description: Teamspeak 3 Server
### END INIT INFO
@SysADMINsLife
SysADMINsLife / gist:7152853
Created October 25, 2013 10:53
Tomcat 7 Debian Startup Script
#!/bin/bash
### BEGIN INIT INFO
# Provides: tomcat
# Required-Start: $local_fs $remote_fs $network
# Required-Stop: $local_fs $remote_fs $network
# Should-Start: $named
# Should-Stop: $named
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Start Tomcat Server