This unit is provided by:
Options
- 
    [Install]- 
        WantedBy=multi-user.target
 
- 
        
- 
    [Service]- 
        Environment="NAME="
- 
        Environment=CATALINA_BASE=/var/tomcat CATALINA_PID=/run/tomcat/tomcat.pid JAVA_HOME='openjdk-17.0.4+8' JAVA_OPTS='' CATALINA_OPTS=''
- 
        EnvironmentFile=/etc/tomcat/tomcat.conf -/etc/sysconfig/tomcat
- 
        ExecStart=/usr/bin/startup.sh
- 
        ExecStart=/usr/libexec/tomcat/server start
- 
        ExecStartPre=/usr/bin/tomcat-pre-start
- 
        ExecStop=/usr/bin/shutdown.sh
- 
        ExecStop=/usr/libexec/tomcat/server stop
- 
        Group=tomcat
- 
        LimitNOFILE=8192
- 
        PIDFile=/run/tomcat/tomcat.pid
- 
        PermissionsStartOnly=yes
- 
        RuntimeDirectory=tomcat
- 
        SuccessExitStatus=143
- 
        TasksMax=576
- 
        Type=forking
- 
        Type=simple
- 
        User=tomcat
 
- 
        
- 
    [Unit]- 
        After=network.target
- 
        After=syslog.target network.target
- 
        Description=Apache Tomcat Web Application Container
- 
        Description=Apache Tomcat server
 
- 
        
Additionnal notes
Nothing here.