mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2025-01-18 08:06:16 +01:00
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
11 lines
200 B
Django/Jinja
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
|