AWS EC2 Oracle 8.6 Systemctl permission error
I am attempting to start an oracle-analytics service I created by creating a unit service.
I specifiy the user as oracle and group as oinstall.
I specify a working directory, start and stop script.
The service loads but there is a permission error.
The folders have oracle owner and group oinstall and can be executed by oracle.
The scripts can be run from their locations as oracle succesfully.
But when the service is created and run a permission error occurs.
Is their something different that has to be done because the instance boots as an ec2-user?