mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
KISS
This commit is contained in:
parent
897a6361dc
commit
05d12cf5c5
1 changed files with 2 additions and 2 deletions
|
@ -13,11 +13,11 @@
|
|||
# 2021-08-12: Let's try to track the "official" init.d / update-rc.d
|
||||
# instructions ('update-rc.d -f asterisk remove') but using systemd instead,
|
||||
# to be more future-proof?
|
||||
- name: "FreePBX - Disable 'asterisk' systemd service, giving FreePBX full control during boot - similar to officially recommended 'update-rc.d -f asterisk remove' at: https://wiki.freepbx.org/display/FOP/Installing+FreePBX+16+on+Debian+10.9"
|
||||
- name: FreePBX - Disable 'asterisk' service
|
||||
systemd:
|
||||
daemon_reload: yes
|
||||
name: asterisk
|
||||
#state: stopped
|
||||
state: stopped
|
||||
enabled: no
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue