2017-11-09 09:44:15 +00:00
|
|
|
[Unit]
|
|
|
|
DefaultDependencies=no
|
|
|
|
After=local-fs.target
|
|
|
|
Before=reboot.target shutdown.target halt.target
|
|
|
|
JobTimeoutSec=15min
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
|
|
|
TimeoutStartSec=infinity
|
|
|
|
Environment=MAN_NO_LOCALE_WARNING=1
|
2017-11-21 16:58:28 +00:00
|
|
|
EnvironmentFile=/etc/sysconfig/man-db
|
2017-12-19 16:31:32 +00:00
|
|
|
ExecStart=/bin/sh -c '[ "$SERVICE" != "no" ] && /usr/bin/mandb $OPTS || true'
|
2017-11-09 09:44:15 +00:00
|
|
|
Nice=19
|
|
|
|
IOWeight=20
|