Details
-
Bug
-
Resolution: Fixed
-
Major
-
15.5.4, 14.10.19, 15.10, 15.10.1
-
Unknown
-
N/A
-
N/A
-
Description
The changes introduced in XWIKI-21509 broke installations where the Tomcat systemd service was not explicitly enabled (for autostart), but started by other means.
As after this change the XWiki postinst scripts only check for systemctl is-enabled, the Tomcat service possibly not restartet although it's running.
Proposal: Check yor both is-enabled AND is-active in the postinst scripts.
(Not sure if it's the cleanest or best approach, but works for me, and appears better to me than just checking for is-enabled.)
Attachments
Issue Links
- is caused by
-
XWIKI-21509 XWiki is not started after installing Debian package the first time
- Closed