LL_Runit_Scripts/sv/man-db/run
2021-06-24 14:35:35 +08:00

5 lines
275 B
Bash
Executable file

#!/bin/sh -e
snooze -s 12h -w* acpi -a|grep on-line
chpst -u man nice -n 19 /usr/bin/install -d -o man -g man -m 0755 /var/cache/man
chpst -u man nice -n 19 /usr/bin/find /var/cache/man -type f -name *.gz -atime +6 -delete
exec chpst -u man nice -n 19 /usr/bin/mandb --quiet