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 | ||||
---|---|---|---|---|
| ||||
systemctl stop wildfly.service chown -R wildfly:wildfly /usr/local/ubisecure/customerid chmod -R o-xrw /usr/local/ubisecure/customerid systemctl start wildfly.service |
...