Parent Directory | Revision Log
New version 7.0.32 Fix CVE-2012-2733, CVE-2012-3439, CVE-2012-3546, CVE-2012-4431, CVE-2012-4534
1 | # Systemd unit file for tomcat |
2 | # |
3 | # To create clones of this service: |
4 | # 1) By default SERVICE_NAME=tomcat. When cloned, the value must be defined |
5 | # before tomcat-sysd is called. |
6 | # 2) Create /etc/sysconfig/${SERVICE_NAME} from /etc/sysconfig/tomcat |
7 | # to override tomcat defaults |
8 | |
9 | [Unit] |
10 | Description=Apache Tomcat Web Application Container JSVC wrapper |
11 | After=syslog.target network.target |
12 | |
13 | [Service] |
14 | Type=forking |
15 | ExecStart=/usr/sbin/tomcat-jsvc-sysd start |
16 | ExecStop=/usr/sbin/tomcat-jsvc-sysd stop |
17 | |
18 | [Install] |
19 | WantedBy=multi-user.target |
ViewVC Help | |
Powered by ViewVC 1.1.30 |