1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-15 04:32:11 +00:00

freepbx.yml: Clarify init.d / update-rc.d "official" instructions

This commit is contained in:
A Holt 2021-08-12 15:25:17 -04:00 committed by GitHub
parent 017d4ce72d
commit b4e93f5167
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,12 +4,15 @@
# 2012-2017: http://www.raspberry-asterisk.org
# 2021-08-04: systemd service 'asterisk' is Enabled but Not Active at this point.
# 2021-08-04: Non-native systemd service 'asterisk.service' (redirects via
# systemd-sysv-install, to '/etc/init.d/asterisk status' etc) is Enabled but
# Not Active at this point.
# 2021-08-05: Asterisk's systemd / systemctl support is getting there but Very
# Imperfect (even when compiled in, as a result of package 'libsystemd-dev' at
# top of asterisk.tml).
# the top of asterisk.tml).
# 2021-08-12: Let's try to track the "official" init.d / update-rc.d
# instructions, but using systemd instead, to be more future-proof?
# 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
systemd:
daemon_reload: yes