d14a544fa7
CVE-2020-13943 and bsc#1177601 OBS-URL: https://build.opensuse.org/request/show/841718 OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=209
26 lines
538 B
Desktop File
26 lines
538 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/libexec/tomcat/server start
|
|
ExecStop=/usr/libexec/tomcat/server stop
|
|
SuccessExitStatus=143
|
|
User=tomcat
|
|
Group=tomcat
|
|
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|