Closed
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.