Permalink
Jump to Line
systemd-unit-files/tomcat.service
abcc3c0
Users who have contributed to this file
| [Unit] | |
| Description=Tomcat Simple Instance | |
| [Service] | |
| Type=oneshot | |
| RemainAfterExit=yes | |
| ExecStart=/usr/share/tomcat-7/bin/startup.sh | |
| ExecStop=/usr/share/tomcat-7/bin/shutdown.sh | |
| [Install] | |
| WantedBy=multi-user.target |