Browse Source

Add fstrim

rocket-config
mid-kid 6 years ago
parent
commit
0f92b78c4a
  1. 3
      readme.txt
  2. 2
      root/etc/cron.weekly/fstrim

3
readme.txt

@ -40,6 +40,9 @@ Changes:
/etc/cron.hourly/psd: /etc/cron.hourly/psd:
- Resync /etc/rc.d/rc.psd on a hourly basis, if enabled - Resync /etc/rc.d/rc.psd on a hourly basis, if enabled
/etc/cron.weekly/fstrim:
- Trim any available SSDs on a weekly basis
/etc/slackpkg/blacklist: /etc/slackpkg/blacklist:
- List of packages I usually remove from a slackware base install - List of packages I usually remove from a slackware base install

2
root/etc/cron.weekly/fstrim

@ -0,0 +1,2 @@
#!/bin/sh
fstrim -a
Loading…
Cancel
Save