Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minor fixes to agent installation (#24)
*Issue #, if available:* N/A *Description of changes:* * Updated both the install script and the systemd service to use the executable name that is built (aws_secretsmanager_agent) instead of the previous aws-secrets-manager-agent. * Due to install script running as root, files in bin directory are not owned by the AGENTUSER. This is necessary for systemd run processes. Added additional chown to recursively set the owner to AGENTUSER within AGENTDIR. * Added minor change to not fail if the AGENTUSER already exists. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
- Loading branch information