Resolves: rhbz#1510896 Problem to start tomcat with a user whose group has a name different to the user
This commit is contained in:
parent
679778488a
commit
98e48e45f4
@ -15,8 +15,6 @@ EnvironmentFile=-/etc/sysconfig/tomcat
|
|||||||
ExecStart=/usr/libexec/tomcat/server start
|
ExecStart=/usr/libexec/tomcat/server start
|
||||||
SuccessExitStatus=143
|
SuccessExitStatus=143
|
||||||
User=tomcat
|
User=tomcat
|
||||||
Group=tomcat
|
|
||||||
|
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
@ -19,8 +19,6 @@ ExecStart=/usr/libexec/tomcat/server start
|
|||||||
ExecStop=/usr/libexec/tomcat/server stop
|
ExecStop=/usr/libexec/tomcat/server stop
|
||||||
SuccessExitStatus=143
|
SuccessExitStatus=143
|
||||||
User=tomcat
|
User=tomcat
|
||||||
Group=tomcat
|
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|
||||||
|
@ -613,6 +613,7 @@ fi
|
|||||||
* 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
|
- Resolves: rhbz#1523112 tomcat systemd does not cope with - in service names
|
||||||
|
- Resolves: rhbz#1510896 Problem to start tomcat with a user whose group has a name different to the user
|
||||||
|
|
||||||
* 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