blob: 735638b7931d19f7a7220968cc3fc4e9b55c9530 (
plain)
1
2
3
4
5
6
7
8
9
|
[Unit]
Description=Copies updated resolv.conf to postfix chroot and restarts postfix.
[Service]
Type=simple
ExecStart=/etc/resolvconf/update-libc.d/postfix
[Install]
WantedBy=multi-user.target
|