935d478
# Systemd unit file for tomcat instances.
935d478
# 
935d478
# To create clones of this service:
935d478
# 0. systemctl enable tomcat@name.service
935d478
# 1. create catalina.base directory structure in
935d478
#    /var/lib/tomcats/name
935d478
# 2. profit.
935d478
0543334
[Unit]
0543334
Description=Apache Tomcat Web Application Container
0543334
After=syslog.target network.target
0543334
0543334
[Service]
0543334
Type=simple
Ivan Afonichev e0ea773
EnvironmentFile=/etc/tomcat/tomcat.conf
0543334
Environment="NAME=%I"
0543334
EnvironmentFile=-/etc/sysconfig/tomcat@%I
0543334
ExecStart=/usr/libexec/tomcat/server start
0543334
ExecStop=/usr/libexec/tomcat/server stop
0543334
SuccessExitStatus=143
0543334
User=tomcat
0543334
Group=tomcat
0543334
0543334
[Install]
0543334
WantedBy=multi-user.target
0543334