Blame SOURCES/tomcat-9.0.service

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