Start WildFly as a systemd Service on Linux: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
=Overview= | =Overview= | ||
We create a simple <tt>systemd</tt> unit file that delegates the work of starting and stopping the instance to the System V wrappers shipped with EAP installation bundle. | We create a simple <tt>systemd</tt> <tt>Type=oneshot</tt> unit file that delegates the work of starting and stopping the instance to the System V wrappers shipped with EAP installation bundle. In consequence, it is important to configure the standard System V wrappers correctly. |
Revision as of 07:24, 16 February 2016
Internal
Overview
We create a simple systemd Type=oneshot unit file that delegates the work of starting and stopping the instance to the System V wrappers shipped with EAP installation bundle. In consequence, it is important to configure the standard System V wrappers correctly.