11 lines
190 B
SYSTEMD
11 lines
190 B
SYSTEMD
|
[Unit]
|
||
|
Description=Update man-db cache
|
||
|
RequiresMountsFor=/var/cache/man
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/usr/bin/mandb --quiet
|
||
|
Nice=19
|
||
|
IOSchedulingClass=best-effort
|
||
|
IOSchedulingPriority=7
|