20 lines
383 B
Plaintext
20 lines
383 B
Plaintext
[Unit]
|
|
Description=Apache Tomcat Web Application Container
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
EnvironmentFile=/etc/conf.d/tomcat-8.5-%i
|
|
Environment="NAME=%i"
|
|
Environment=SHELL=/bin/bash
|
|
ExecStart=/usr/bin/tomcat-8.5 start
|
|
ExecStop=/usr/bin/tomcat-8.5 stop
|
|
SuccessExitStatus=143
|
|
User=tomcat
|
|
Group=tomcat
|
|
TimeoutStopSec=90
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|