-
-
Save sebastianwebber/42af234c3bda8da0d555 to your computer and use it in GitHub Desktop.
Wildfly Domain Controller Service for SystemD systems
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=WildFly Domain Controller | |
After=network.target | |
[Service] | |
Type=simple | |
User=jboss | |
Group=jboss | |
ExecStart=/opt/wildfly-8.2.0.Final/bin/domain.sh -bmanagement=0.0.0.0 | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment