Blame SOURCES/tomcat-7.0.service

262920
# Systemd unit file for tomcat
262920
# 
262920
# To create clones of this service:
262920
# 1) By default SERVICE_NAME=tomcat. When cloned, the value must be defined 
262920
# before tomcat-sysd is called.
262920
# 2) Create /etc/sysconfig/${SERVICE_NAME} from /etc/sysconfig/tomcat
262920
# to override tomcat defaults
262920
262920
[Unit]
262920
Description=Apache Tomcat Web Application Container
262920
After=syslog.target network.target
262920
262920
[Service]
262920
Type=forking
262920
ExecStart=/usr/sbin/tomcat-sysd start
262920
ExecStop=/usr/sbin/tomcat-sysd stop
262920
SuccessExitStatus=143
262920
User=tomcat
262920
Group=tomcat
262920
262920
262920
[Install]
262920
WantedBy=multi-user.target