diff options
Diffstat (limited to 'debian/resolvconf')
-rw-r--r-- | debian/resolvconf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/resolvconf b/debian/resolvconf new file mode 100644 index 00000000..a4995913 --- /dev/null +++ b/debian/resolvconf @@ -0,0 +1,5 @@ +#!/bin/sh + +if [ -x /etc/init.d/fetchmail ] && [ -n "$(pidof fetchmail)" ]; then + /usr/sbin/invoke-rc.d --quiet fetchmail awaken +fi |