[go: up one dir, main page]

Skip to content

Commit

Permalink
Added a workaround for the systemd bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Johnson authored Dec 14, 2016
1 parent 87718c7 commit 2817353
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions jboss-standalone/roles/jboss-standalone/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@
- name: Copy the init script
copy: src=jboss-as-standalone.sh dest=/etc/init.d/jboss mode=0755

- name: Workaround for systemd bug
shell: service jboss start && chkconfig jboss on

- name: Enable JBoss to be started at boot
service: name=jboss enabled=yes state=started

Expand Down

0 comments on commit 2817353

Please sign in to comment.