blob: 38eeb08a65d42c5f320fb1a25505b3616143bc4e (
plain)
1
2
3
4
5
6
7
8
9
|
# Update postfix in-chroot copy of /etc/resolv.conf
# Works for main/default postfix instance only
[Unit]
Description=Updates postfix copy of resolv.conf
Documentation=man:postfix(1) man:resolvconf(8)
[Service]
Type=oneshot
ExecStart=/etc/resolvconf/update-libc.d/postfix
|