mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
11 lines
145 B
SYSTEMD
11 lines
145 B
SYSTEMD
[Unit]
|
|
Description=Discard unused blocks once a week
|
|
|
|
[Timer]
|
|
OnCalendar=weekly
|
|
AccuracySec=1h
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|