1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +00:00
iiab/roles/pbx/templates/freepbx.service

16 lines
412 B
SYSTEMD
Raw Normal View History

[Unit]
Description=FreePBX VoIP Server
After=mysql.service
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/sbin/fwconsole start
ExecStop=/usr/sbin/fwconsole stop
2021-08-09 22:24:27 +00:00
ExecStopPost=killall -9 "PM2 v4.5.0: God"
# 2021-08-04: Asterisk doesn't (re)start reliably, as FreePBX install completes,
# especially on Debian 11? https://github.com/iiab/iiab/pull/2908 / PR #2910
[Install]
WantedBy=multi-user.target