mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Correct args for asterisk_mbox service (#12310)
Service fails on -cfg, requires --cfg
This commit is contained in:
parent
ad04cc097b
commit
886721f317
@ -92,7 +92,7 @@ Before beginning make sure that you have the following:
|
|||||||
Type=simple
|
Type=simple
|
||||||
User=asterisk
|
User=asterisk
|
||||||
Group=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
|
Restart=on-failure
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user