pki-servlet-engine/tomcat-8.0-jsvc.service

22 lines
606 B
SYSTEMD
Raw Normal View History

2012-01-11 22:58:04 +00:00
# Systemd unit file for tomcat
#
# To create clones of this service:
# 1) By default SERVICE_NAME=tomcat. When cloned, the value must be defined
# before tomcat-sysd is called.
# 2) Create /etc/sysconfig/${SERVICE_NAME} from /etc/sysconfig/tomcat
# to override tomcat defaults
[Unit]
Description=Apache Tomcat Web Application Container JSVC wrapper
After=syslog.target network.target
[Service]
Type=simple
EnvironmentFile=/etc/sysconfig/tomcat
Environment="NAME=" "USE_JSVC=true"
ExecStart=/usr/libexec/tomcat/server start
ExecStop=/usr/libexec/tomcat/server stop
2012-01-11 22:58:04 +00:00
[Install]
WantedBy=multi-user.target