diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-10 19:59:04 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-10 19:59:04 +0000 |
commit | cc0cf222a55b518d86e9179ba08c61c298144c61 (patch) | |
tree | 98ad9d9c8459e9f7347678bbbaed28fa30739f6e /debian/postfix.postfix-resolvconf.service | |
parent | Adding upstream version 3.8.5. (diff) | |
download | postfix-cc0cf222a55b518d86e9179ba08c61c298144c61.tar.xz postfix-cc0cf222a55b518d86e9179ba08c61c298144c61.zip |
Adding debian version 3.8.5-1.debian/3.8.5-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/postfix.postfix-resolvconf.service | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/debian/postfix.postfix-resolvconf.service b/debian/postfix.postfix-resolvconf.service new file mode 100644 index 0000000..0072957 --- /dev/null +++ b/debian/postfix.postfix-resolvconf.service @@ -0,0 +1,10 @@ +[Unit] +Description=Copies updated resolv.conf to postfix chroot and restarts postfix. +Documentation=man:postfix(1) man:resolvconf(8) + +[Service] +Type=simple +ExecStart=/etc/resolvconf/update-libc.d/postfix + +[Install] +WantedBy=multi-user.target |