Processo de instalação do asterisk 13 no Debian 11
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
240 B

[Unit]
Description=Permission /run/asterisk
[Service]
Type=oneshot
ExecStartPre=-/bin/bash -c '[ -d /run/asterisk/ ] || /usr/bin/mkdir /run/asterisk/'
ExecStart=/usr/bin/chown -R pbx:pbx /run/asterisk
[Install]
WantedBy=multi-user.target