#!/bin/sh

if [ -x /etc/init.d/fetchmail ]; then
	/etc/init.d/fetchmail try-restart
fi
