9082523712
Co-authored-by: ivan <ivanminutillo@outlook.it> Reviewed-on: #8
6 lines
114 B
Bash
6 lines
114 B
Bash
#!/bin/sh
|
|
|
|
export SONIC_CHANNEL__AUTH_PASSWORD="$(cat /run/secrets/sonic_password)"
|
|
|
|
exec sonic -c /etc/sonic.cfg
|