Blame SOURCES/tomcat-9.0.service

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