Resolves: rhbz#1523112 tomcat systemd does not cope with - in service names
This commit is contained in:
parent
dda1be6b79
commit
679778488a
@ -13,8 +13,8 @@ After=syslog.target network.target
|
|||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
EnvironmentFile=/etc/tomcat/tomcat.conf
|
EnvironmentFile=/etc/tomcat/tomcat.conf
|
||||||
Environment="NAME=%I"
|
Environment="NAME=%i"
|
||||||
EnvironmentFile=-/etc/sysconfig/tomcat@%I
|
EnvironmentFile=-/etc/sysconfig/tomcat@%i
|
||||||
ExecStart=/usr/libexec/tomcat/server start
|
ExecStart=/usr/libexec/tomcat/server start
|
||||||
ExecStop=/usr/libexec/tomcat/server stop
|
ExecStop=/usr/libexec/tomcat/server stop
|
||||||
SuccessExitStatus=143
|
SuccessExitStatus=143
|
||||||
|
@ -612,6 +612,7 @@ fi
|
|||||||
%changelog
|
%changelog
|
||||||
* Thu Sep 26 2019 Coty Sutherland <csutherl@redhat.com> - 1:9.0.26-1
|
* Thu Sep 26 2019 Coty Sutherland <csutherl@redhat.com> - 1:9.0.26-1
|
||||||
- Update to 9.0.26
|
- Update to 9.0.26
|
||||||
|
- Resolves: rhbz#1523112 tomcat systemd does not cope with - in service names
|
||||||
|
|
||||||
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:9.0.21-3
|
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:9.0.21-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||||
|
Loading…
Reference in New Issue
Block a user