Update asterisk_mbox.markdown (#14650)

The executable installed with the python package is `/usr/local/bin/asterisk-mbox-server`, hyphens instead of underscores.
This commit is contained in:
Paul Dugas 2020-09-29 17:13:08 -04:00 committed by GitHub
parent 172bbddc8d
commit a5a4524575
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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]