9047edc38e
Signed-off-by: Guohan Lu <gulv@microsoft.com>
8 lines
117 B
Plaintext
8 lines
117 B
Plaintext
# postinst script for Z9100
|
|
|
|
# Enable fstrim
|
|
systemctl enable fstrim.timer
|
|
systemctl start fstrim.timer
|
|
|
|
#DEBHELPER#
|