From 56f955aca6231693fe797de4793f77ed58ab116e Mon Sep 17 00:00:00 2001 From: Bruno Cichon Date: Mon, 1 Oct 2018 01:51:03 +0200 Subject: Add some base packages for ppc64le --- libre-testing/man-db/man-db.service | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 libre-testing/man-db/man-db.service (limited to 'libre-testing/man-db/man-db.service') diff --git a/libre-testing/man-db/man-db.service b/libre-testing/man-db/man-db.service new file mode 100644 index 000000000..d92ce56ca --- /dev/null +++ b/libre-testing/man-db/man-db.service @@ -0,0 +1,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 -- cgit v1.2.3