#!/bin/sh

if [ -x /etc/init.d/fetchmail ] && [ -n "$(pidof fetchmail)" ]; then
    invoke-rc.d --quiet fetchmail awaken
fi
