Skip to content

Instantly share code, notes, and snippets.

@yuri1969
Created May 9, 2017 18:18
Show Gist options
  • Save yuri1969/74543bef0b15af2a532c6e09c989a3de to your computer and use it in GitHub Desktop.
Save yuri1969/74543bef0b15af2a532c6e09c989a3de to your computer and use it in GitHub Desktop.
###################################################
#
# ThinkPad T430
#
# i5-3320M, 3rd Gen Intel GFX, SSD Intel 240G
#
###################################################
[Unit]
Description=Run fstrim.service every day at 20:17:00
[Timer]
OnCalendar=Mon *-*-* 20:17:00
# Run the job immediatelly after boot when a scheduled run was missed
Persistent=true
Unit=fstrim.service
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment