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

a6936f
[Unit]
a6936f
After=local-fs.target
a6936f
a6936f
[Service]
a6936f
Type=oneshot
a6936f
Environment=MAN_NO_LOCALE_WARNING=1
a6936f
EnvironmentFile=/etc/sysconfig/man-db
a6936f
ExecStart=/bin/sh -c '[ "$SERVICE" != "no" ] && /usr/bin/mandb $OPTS || true'
a6936f
ExecStopPost=/bin/sh -c '[ "$SERVICE_RESULT" == "signal" ] && /usr/bin/systemctl enable man-db-restart-cache-update.service || true'
a6936f
Nice=19
a6936f
IOWeight=20