mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 19:22:24 +00:00
Stop and disable OS provided ejabberd service
This commit is contained in:
parent
549cc48d04
commit
2beb64f249
1 changed files with 5 additions and 0 deletions
|
@ -25,6 +25,11 @@
|
|||
- { src: 'ejabberd.tmpfiles', dest: '/etc/tmpfiles.d/ejabberd.conf', mode: '0640' }
|
||||
register: ejabberd_config
|
||||
|
||||
- name: Stop and disable OS provided systemd ejabberd service
|
||||
service: name=ejabberd
|
||||
state=stopped
|
||||
enabled=no
|
||||
|
||||
- name: Put the startup script in place - debian
|
||||
template: src='ejabberd-iiab.init'
|
||||
dest='/etc/init.d/ejabberd-iiab'
|
||||
|
|
Loading…
Reference in a new issue