#!/bin/sh

su - gnats -s /bin/sh -c 'test -x /usr/lib/gnats/check-db && /usr/lib/gnats/check-db --all-databases; exit 0'
