#!/bin/sh
test -x /usr/bin/python3 || exit 0
test -x /lib/systemd-cron/remove_stale_stamps || exit 0
exec /lib/systemd-cron/remove_stale_stamps
