summaryrefslogtreecommitdiff
path: root/libre-testing/man-db/man-db.service
blob: d92ce56ca68ff1c9d00d98c2c0009645c5d316f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Update man-db cache
RequiresMountsFor=/var/cache/man

[Service]
Type=oneshot
ExecStart=/usr/bin/mkdir -p /var/cache/man
ExecStart=/usr/bin/mandb
CPUSchedulingPolicy=batch
Nice=19
IOSchedulingClass=best-effort
IOSchedulingPriority=7