This repository has been archived on 2025-03-20. You can view files and clone it, but cannot push or open issues or pull requests.
sonic-buildimage/platform/broadcom/sonic-platform-modules-dell/debian/platform-modules-z9100.postinst

14 lines
262 B
Plaintext

# postinst script for Z9100
# Enable fstrim
systemctl enable fstrim.timer
systemctl start fstrim.timer
# Enable Dell-Z9100-platform-service
depmod -a
systemctl enable platform-modules-z9100.service
systemctl start platform-modules-z9100.service
#DEBHELPER#