2018-08-13 05:31:11 -05:00
|
|
|
# postinst script for Z9100
|
|
|
|
|
|
|
|
# Enable fstrim
|
|
|
|
systemctl enable fstrim.timer
|
|
|
|
systemctl start fstrim.timer
|
|
|
|
|
2018-09-26 01:14:09 -05:00
|
|
|
# Enable Dell-Z9100-platform-service
|
|
|
|
depmod -a
|
|
|
|
systemctl enable platform-modules-z9100.service
|
|
|
|
systemctl start platform-modules-z9100.service
|
|
|
|
|
2019-02-06 02:38:06 -06:00
|
|
|
# Enable Dell-Z9100-Qsfp-Monitor-service
|
|
|
|
systemctl enable z9100-qsfp-monitor.service
|
|
|
|
systemctl start z9100-qsfp-monitor.service
|
2018-09-26 01:14:09 -05:00
|
|
|
|
2018-08-13 05:31:11 -05:00
|
|
|
#DEBHELPER#
|