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:
parent
702cfa3fcd
commit
92824c6260
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue