HEX
Server: Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
System: Linux golden.server-sky-dns.com 3.10.0-1160.59.1.el7.x86_64 #1 SMP Mon Mar 7 01:49:29 EST 2022 x86_64
User: arkitgroups (1041)
PHP: 8.2.8
Disabled: NONE
Upload Files
File: //etc/systemd/system/multi-user.target.wants/tomcat10.service
# Systemd unit file for tomcat
[Unit]
Description=Apache Tomcat 10
After=syslog.target network.target

[Service]
Type=forking

User=tomcat
Group=tomcat

ExecStart=/usr/local/tomcat/tomcat10/bin/startup.sh
ExecStop=/usr/local/tomcat/tomcat10/bin/shutdown.sh

[Install]
WantedBy=multi-user.target