This service (weekly) will let SSD firmware to do the garbage collection after file-system deleted files. It could avoid slowness or even READ-ONLY error due to SSD not being able to free the pages even though the file system thinks there was a lot of space left. Signed-off-by: Zhenggen Xu <zxu@linkedin.com>
8 lines
184 B
Plaintext
8 lines
184 B
Plaintext
# postinst script for S6100
|
|
|
|
# Enable Dell-S6100-platform-service
|
|
depmod -a
|
|
systemctl enable platform-modules-s6100.service
|
|
systemctl start platform-modules-s6100.service
|
|
#DEBHELPER#
|