man-db/man-db.service
Jan Chaloupka 3b21cf2846 replacing cron with systemd.timer
- resolves: #1148559
adding zsoelim to {_libexecdir}/man-db/zsoelim
- related: #1145493
2014-10-08 17:08:26 +02:00

11 lines
190 B
Desktop File

[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