1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2025-01-18 08:06:16 +01:00
infrastructure/roles/aurweb/templates/aurweb-usermaint.timer.j2
Jelle van der Waa 0c75507f57
Enable aurweb-usermaint timer
According to 'doc/maintenance.txt' the usermaint service needs to be
every 2 hours. To remove the last login IP address of all users that did
not login for 7 days.

Closes: #106
2021-01-31 15:06:35 +01:00

11 lines
200 B
Django/Jinja

[Unit]
Description=Remove last login IP address of users who did not login since 7 days in aurweb
[Timer]
OnStartupSec=2h
OnUnitActiveSec=2h
RandomizedDelaySec=5min
[Install]
WantedBy=timers.target