I want to start and stop WildFly 15 on Linux SUSE 11 together with the machine. I'm not expert in Linux and this is my first experience with SUSE. I found WildFly comes with init.d scripts for 2 Linux distributions: Debian and Red Hat.
- docs/contrib/scripts/init.d/wildfly-init-debian.sh
- docs/contrib/scripts/init.d/wildfly-init-redhat.sh
I found that in older versions of JBoss there was a SUSE script (jboss_init_suse.sh).
Why is not there a SUSE script in newer WildFly releases? Is there an easy way to create them from the other ones?