From a5a45245759f4b6c05bb9c8ad2bd10b14f69cfc4 Mon Sep 17 00:00:00 2001 From: Paul Dugas Date: Tue, 29 Sep 2020 17:13:08 -0400 Subject: [PATCH] Update asterisk_mbox.markdown (#14650) The executable installed with the python package is `/usr/local/bin/asterisk-mbox-server`, hyphens instead of underscores. --- source/_docs/asterisk_mbox.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/asterisk_mbox.markdown b/source/_docs/asterisk_mbox.markdown index a36c5439dcb..8b2da063d7b 100644 --- a/source/_docs/asterisk_mbox.markdown +++ b/source/_docs/asterisk_mbox.markdown @@ -92,7 +92,7 @@ Before beginning make sure that you have the following: Type=simple User=asterisk Group=asterisk - ExecStart=/usr/local/bin/asterisk_mbox_server --cfg /etc/asterisk/asterisk_mbox.ini + ExecStart=/usr/local/bin/asterisk-mbox-server --cfg /etc/asterisk/asterisk_mbox.ini Restart=on-failure [Install]