1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

freepbx.service.j2: Comment out RestartSec=3

This commit is contained in:
A Holt 2021-08-04 14:52:15 -04:00 committed by GitHub
parent 702cfa3fcd
commit 92824c6260
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,9 +7,9 @@ Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/sbin/fwconsole start
ExecStop=/usr/sbin/fwconsole stop
# 2021-08-04: Does this help Asterisk (re)start reliably, as FreePBX install completes?
# PR #2908: https://github.com/iiab/iiab/blob/master/roles/pbx/tasks/enable-or-disable.yml
RestartSec=3
# 2021-08-04: Asterisk doesn't (re)start reliably, as FreePBX install completes:
# https://github.com/iiab/iiab/blob/master/roles/pbx/tasks/enable-or-disable.yml
# RestartSec=3
[Install]
WantedBy=multi-user.target