diff options
Diffstat (limited to 'man-db-cache-update.service')
-rw-r--r-- | man-db-cache-update.service | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/man-db-cache-update.service b/man-db-cache-update.service new file mode 100644 index 0000000..fdf08d7 --- /dev/null +++ b/man-db-cache-update.service @@ -0,0 +1,11 @@ +[Unit] +After=local-fs.target + +[Service] +Type=oneshot +Environment=MAN_NO_LOCALE_WARNING=1 +EnvironmentFile=/etc/sysconfig/man-db +ExecStart=/bin/sh -c '[ "$SERVICE" != "no" ] && /usr/bin/mandb $OPTS || true' +ExecStopPost=/bin/sh -c '[ "$SERVICE_RESULT" == "signal" ] && /usr/bin/systemctl enable man-db-restart-cache-update.service || true' +Nice=19 +IOWeight=20 |