Blame SOURCES/tomcat-7.0.service

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