aboutsummaryrefslogtreecommitdiffstats
path: root/debian/resolvconf
blob: a4995913bb530a78145920ee9a6d1f8416e2101a (plain)
1
2
3
4
5
#!/bin/sh

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