blob: a9f903b4ebec62311e18c5768bbd52f62e3e9e80 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
 | [Unit]
Description=Update manpage database
RequiresMountsFor=/usr/share/man
[Service]
Type=oneshot
ExecStart=/usr/bin/makewhatis
CPUSchedulingPolicy=batch
Nice=19
IOSchedulingClass=idle
IOSchedulingPriority=7
 |