etc/systemd
This commit is contained in:
14
etc/systemd/system/timers.target.wants/fstrim.timer
Normal file
14
etc/systemd/system/timers.target.wants/fstrim.timer
Normal file
@@ -0,0 +1,14 @@
|
||||
[Unit]
|
||||
Description=Discard unused filesystem blocks once a week
|
||||
Documentation=man:fstrim
|
||||
ConditionVirtualization=!container
|
||||
ConditionPathExists=!/etc/initrd-release
|
||||
|
||||
[Timer]
|
||||
OnCalendar=weekly
|
||||
AccuracySec=1h
|
||||
Persistent=true
|
||||
RandomizedDelaySec=100min
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
||||
Reference in New Issue
Block a user