mirror of
https://github.com/tcsenpai/UWINE.git
synced 2025-06-18 09:20:02 +00:00
14 lines
229 B
SYSTEMD
14 lines
229 B
SYSTEMD
[Unit]
|
|
Description=Discard unused blocks once a week
|
|
Documentation=man:fstrim
|
|
ConditionVirtualization=!container
|
|
|
|
[Timer]
|
|
OnCalendar=weekly
|
|
AccuracySec=1h
|
|
Persistent=true
|
|
RandomizedDelaySec=6000
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|