Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space IDS and version 8.2

When we restart Ubisecure CustomerID we will also set final permissions for wildfly user to the installation folder to make sure we won't have problems with file permissions. 

Code Block
languagetext
themeRDark
systemctl stop wildfly.service
chown -R wildfly:wildfly /usr/local/ubisecure/customerid
chmod -R o-xrw /usr/local/ubisecure/customerid
systemctl start wildfly.service

...