mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
17 lines
417 B
Text
17 lines
417 B
Text
|
[Unit]
|
||
|
Description=The WildFly Application Server
|
||
|
After=syslog.target network.target
|
||
|
Before=httpd.service
|
||
|
|
||
|
[Service]
|
||
|
Environment=LAUNCH_JBOSS_IN_BACKGROUND=1
|
||
|
EnvironmentFile=-{{ wf_homedir }}/wildfly.conf
|
||
|
User=wildfly
|
||
|
LimitNOFILE=102642
|
||
|
PIDFile=/var/run/wildfly/wildfly.pid
|
||
|
ExecStart={{ wf_homedir }}/bin/launch.sh $WILDFLY_MODE $WILDFLY_CONFIG $WILDFLY_BIND
|
||
|
StandardOutput=null
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|