-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
15.0.0.Final, 16.0.0.Beta1
-
-
Documentation (Ref Guide, User Guide, etc.), Compatibility/Configuration
-
Undefined
Currently, the README for 'User contributed init scripts' advises to use SysV init.d scripts for RHEL.
Seeing how Red Hat moved to systemd on RHEL 7, I think it's important to outline it so users are aware of their choices.
Example fix:
init.d ------------------- System V init.d scripts. + wildfly-init-redhat.sh for usage with RHEL (6.* and below) / Centos distribution + wildfly-init-debian.sh for usage with Debian based distributions Both scripts use wildfly.conf as reference configuration file and expect that file is present in proper location. Selected script should be copied and renamed to proper directory before usage. systemd ------------------------------------------ Init script for usage Linux distribution that use systemd. Use this script for RHEL 7 and above. See systemd/README on how to use it.