8eab0e02df
* [202012][platform/barefoot] (#8543) Why I did it Pcied running by python 2. How I did it dropped python2 support and add python3 support for pcied in file docker-pmon.supervisord.conf.j2 How to verify it docker exec pmon supervisorctl status * [Netberg][nba715] Initial support for Netberg Aurora 715 switch Signed-off-by: Andrew Sapronov <andrew.sapronov@gmail.com> Co-authored-by: Kostiantyn Yarovyi <kostiantynx.yarovyi@intel.com>
9 lines
156 B
Bash
9 lines
156 B
Bash
#!/bin/sh
|
|
|
|
depmod -a
|
|
systemctl enable nba715-platform-init.service
|
|
systemctl start nba715-platform-init.service
|
|
|
|
|
|
/usr/local/bin/netberg_nba715_platform.sh
|