This unit is provided by:
Options
- 
    [Install]- 
        WantedBy=multi-user.target
 
- 
        
- 
    [Service]- 
        Environment="NAME=%I"
- 
        Environment="NAME=%i"
- 
        EnvironmentFile=/etc/tomcat/tomcat.conf -/etc/sysconfig/tomcat@%I
- 
        EnvironmentFile=/etc/tomcat/tomcat.conf -/etc/sysconfig/tomcat@%i
- 
        ExecStart=/usr/libexec/tomcat/server start
- 
        ExecStop=/usr/libexec/tomcat/server stop
- 
        Group=tomcat
- 
        SuccessExitStatus=143
- 
        Type=simple
- 
        User=tomcat
 
- 
        
- 
    [Unit]- 
        After=syslog.target network.target
- 
        Description=Apache Tomcat Web Application Container
 
- 
        
Additionnal notes
Nothing here.