Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
apache-tomcat / etc / systemd / system / apache-tomcat.service
Size: Mime:
[Unit]
Description=Apache Tomcat
After=network.target

[Service]
ExecStart=/bin/su -p -s /bin/sh apache-tomcat -c "/opt/apache-tomcat/bin/catalina.sh start"
ExecStop=/bin/su -p -s /bin/sh apache-tomcat -c "/opt/apache-tomcat/bin/catalina.sh stop"

[Install]
WantedBy=multi-user.target