34ea91349c
* Single image * Fix review comments * Update syncd service. Add HW mgmt to Mellanox single image. * Add single image template for Broadcom platform. SKU should be provided during configure: make configure PLATFORM=broadcom SKU=Force10-S6000 * Add single image template for Cavium platform. SKU should be provided during configure: make configure PLATFORM=cavium SKU=AS7512 * Add description to sonic_debian_extension.j2 file.
12 lines
176 B
Desktop File
12 lines
176 B
Desktop File
[Unit]
|
|
Description=Update interfaces configuration
|
|
Before=network.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/interfaces-config.sh
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|