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