4ccd35bc25
* [kernel]: update sonic kernel to 4.9.0-8-2 * 3b2114d 2019-01-20 | [sonic-linux-kernel] add udp_l3mdev_accept kernel upstream patch (#70) (HEAD, azure/master) [Harish Venkatraman] * 37734aa 2019-01-10 | L3mdev cgroup (#73) [lguohan] * d631eeb 2018-12-15 | yet another uart race condition fix (#75) [lguohan] Signed-off-by: Guohan Lu <gulv@microsoft.com> * Update Mellanox SDK Signed-off-by: Guohan Lu <gulv@microsoft.com> * Update arista platform driver to match 4.9.0-8-2 kernel Signed-off-by: Guohan Lu <gulv@microsoft.com>
19 lines
555 B
Desktop File
19 lines
555 B
Desktop File
[Unit]
|
|
Description=Opennsl kernel modules init
|
|
After=local-fs.target
|
|
Before=syncd.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=-/etc/init.d/opennsl-modules start
|
|
# Don't remove opennsl driver when stopping service. Because
|
|
# removing knet drivers takes ~30 seconds to delete netdevs.
|
|
# This delay cuts too deep into warm reboot time budget.
|
|
# We could skip this step because we don't expect stopping
|
|
# opennsl service in any context other than rebooting.
|
|
# ExecStop=-/etc/init.d/opennsl-modules stop
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|