Skip to content

Instantly share code, notes, and snippets.

View TrillStones's full-sized avatar
😃
Focusing

trillstones TrillStones

😃
Focusing
View GitHub Profile
@obatiuk
obatiuk / tomcat.service
Created February 24, 2017 05:54
Example systemd unit file for tomcat 7.x
# Systemd unit file for tomcat 7.x
[Unit]
Description=Apache Tomcat 7.x Web Application Container
Wants=syslog.target network.target
After=syslog.target network.target
[Service]
Type=forking
Environment=JAVA_HOME=/usr/java/latest