11 lines
171 B
SYSTEMD
11 lines
171 B
SYSTEMD
[Unit]
|
|
Description=Daily man-db regeneration
|
|
Documentation=man:mandb(8)
|
|
|
|
[Timer]
|
|
OnCalendar=daily
|
|
RandomizedDelaySec=12h
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|