added systemd service and timer for quota update

This commit is contained in:
Johannes Erwerle 2026-05-13 00:05:04 +02:00
parent ea9346d25d
commit 95fde8e58f
4 changed files with 26 additions and 4 deletions

View file

@ -0,0 +1,9 @@
[Unit]
Description=Update the used quota on a regular basis
[Timer]
OnCalendar=*-*-* *:0/5:00
RandomizedDelaySec=120
[Install]
WantedBy=timers.target