9047edc38e
Signed-off-by: Guohan Lu <gulv@microsoft.com>
13 lines
190 B
SYSTEMD
13 lines
190 B
SYSTEMD
[Unit]
|
|
Description=Discard unused blocks once a week
|
|
Documentation=man:fstrim
|
|
|
|
[Timer]
|
|
OnCalendar=weekly
|
|
OnBootSec=10min
|
|
AccuracySec=1h
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|