10 lines
145 B
SYSTEMD
10 lines
145 B
SYSTEMD
[Unit]
|
|
Description=Discard unused blocks once a week
|
|
|
|
[Timer]
|
|
OnCalendar=weekly
|
|
AccuracySec=1h
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|