web-2/wildfly/docs/contrib/scripts/README.md

43 lines
1.4 KiB
Markdown
Raw Permalink Normal View History

2024-10-15 03:01:27 +03:00
User contributed init scripts
=============================
```
____ ____ _ _______ ____ _____ _____ ____ _____ ______ _
|_ _| |_ _|/ \ |_ __ \ |_ \|_ _||_ _||_ \|_ _|.' ___ | | |
\ \ /\ / / / _ \ | |__) | | \ | | | | | \ | | / .' \_| | |
\ \/ \/ / / ___ \ | __ / | |\ \| | | | | |\ \| | | | ____ | |
\ /\ /_/ / \ \_ _| | \ \_ _| |_\ |_ _| |_ _| |_\ |_\ `.___] | |_|
\/ \/|____| |____||____| |___||_____|\____||_____||_____|\____|`._____.' (_)
```
In this folder you can find user contributed scripts & services for running WildFly as a service on various operating systems.
This scripts are user contributions and are here as example and/or reference.
init.d
------
System V init.d scripts.
+ `wildfly-init-redhat.sh` for RHEL/CentOS 6.* and below
+ `wildfly-init-debian.sh` for Debian based distributions that do not use Systemd
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
-------
Systemd scripts for Linux distributions that use systemd. Use this script for RHEL 7 and above.
See systemd/README on how to use it.
service
-------
Windows service files, to enable installing wildfly as service on Windows.
See service.bat on how to use it.