Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save yuri1969/89890ef5de517454d09f0ca00fb292c1 to your computer and use it in GitHub Desktop.
Save yuri1969/89890ef5de517454d09f0ca00fb292c1 to your computer and use it in GitHub Desktop.
###################################################
#
# ThinkPad T430
#
# i5-3320M, 3rd Gen Intel GFX, SSD Intel 240G
#
###################################################
[Unit]
Description=Runs fstrim on devides supporting TRIM
[Service]
Type=oneshot
ExecStart=/bin/sh -c '/sbin/fstrim -a'
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment