Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

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. 

systemctl stop wildfly.service
chown -R wildfly:wildfly /usr/local/ubisecure/customerid
chmod -R o-xrw /usr/local/ubisecure/customerid
systemctl start wildfly.service
  • No labels