Skip to content

init script not installed on Amazon Linux #579

Closed
@jschnare

Description

The logic in scripts/post-install.sh checks for either /etc/redhat-release or /etc/debian_version, neither of which exist on Amazon Linux. There is no fallback, so the init script is not installed.

On AL the script should run install_init and install_chkconfig, just like RHEL.

I don't know the best way to check for AL, but an else statement which calls install_init is probably safe & sufficient.

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions