5cb8db1cc4
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/tomcat#f60e452abe83bd7a39a5d2d676b4d9b4b325a83d
21 lines
453 B
Desktop File
21 lines
453 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]
|
|
Type=simple
|
|
EnvironmentFile=/etc/tomcat/tomcat.conf
|
|
Environment="NAME="
|
|
EnvironmentFile=-/etc/sysconfig/tomcat
|
|
ExecStart=/usr/libexec/tomcat/server start
|
|
SuccessExitStatus=143
|
|
User=tomcat
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|