Blame SOURCES/man-db-cache-update.service

b9042c
[Unit]
b9042c
DefaultDependencies=no
b9042c
After=local-fs.target
b9042c
Before=reboot.target shutdown.target halt.target
b9042c
JobTimeoutSec=15min
b9042c
b9042c
[Service]
b9042c
Type=oneshot
b9042c
TimeoutStartSec=infinity
b9042c
Environment=MAN_NO_LOCALE_WARNING=1
b9042c
EnvironmentFile=/etc/sysconfig/man-db
b9042c
ExecStart=/bin/sh -c '[ "$SERVICE" != "no" ] && /usr/bin/mandb $OPTS || true'
b9042c
Nice=19
b9042c
IOWeight=20