Skip to content

Instantly share code, notes, and snippets.

@sebastianwebber
Forked from marekjelen/gist:8568448
Last active August 29, 2015 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sebastianwebber/42af234c3bda8da0d555 to your computer and use it in GitHub Desktop.
Save sebastianwebber/42af234c3bda8da0d555 to your computer and use it in GitHub Desktop.
Wildfly Domain Controller Service for SystemD systems
[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