mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
15 lines
412 B
Desktop File
15 lines
412 B
Desktop File
[Unit]
|
|
Description=FreePBX VoIP Server
|
|
After=mysql.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
ExecStart=/usr/sbin/fwconsole start
|
|
ExecStop=/usr/sbin/fwconsole stop
|
|
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
|