- Update to Tomcat 9.0.20. See changelog at http://tomcat.apache.org/tomcat-9.0-doc/changelog.html#Tomcat_9.0.20_(markt) - increase maximum number of threads and open files for tomcat (bsc#1111966) OBS-URL: https://build.opensuse.org/request/show/704516 OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=164
26 lines
530 B
Desktop File
26 lines
530 B
Desktop File
# Systemd unit file for default tomcat
|
|
#
|
|
# To create clones of this service:
|
|
# DO NOTHING, use tomcat@.service instead.
|
|
|
|
[Unit]
|
|
Description=Apache Tomcat Web Application Container
|
|
After=syslog.target network.target
|
|
|
|
[Service]
|
|
TasksMax=576
|
|
LimitNOFILE=8192
|
|
Type=simple
|
|
EnvironmentFile=/etc/tomcat/tomcat.conf
|
|
Environment="NAME="
|
|
EnvironmentFile=-/etc/sysconfig/tomcat
|
|
ExecStart=/usr/lib/tomcat/server start
|
|
ExecStop=/usr/lib/tomcat/server stop
|
|
SuccessExitStatus=143
|
|
User=tomcat
|
|
Group=tomcat
|
|
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|