Blame SOURCES/tomcat-7.0.service

295e28
# Systemd unit file for default tomcat
262920
# 
262920
# To create clones of this service:
295e28
# DO NOTHING, use tomcat@.service instead.
262920
262920
[Unit]
262920
Description=Apache Tomcat Web Application Container
262920
After=syslog.target network.target
262920
262920
[Service]
295e28
Type=simple
295e28
EnvironmentFile=/etc/tomcat/tomcat.conf
295e28
Environment="NAME="
295e28
EnvironmentFile=-/etc/sysconfig/tomcat
295e28
ExecStart=/usr/libexec/tomcat/server start
262920
SuccessExitStatus=143
262920
User=tomcat
262920
262920
[Install]
262920
WantedBy=multi-user.target