postfix/postfix-chroot-update
Jaroslav Škarvada 22e4b3dd65 Fixed systemd error message regarding chroot-update, patch provided
by John Heidemann <johnh@isi.edu>
  Resolves: rhbz#917463
2013-05-23 13:49:58 +02:00

5 lines
89 B
Bash

#!/bin/bash
[ -x /etc/postfix/chroot-update ] && exec /etc/postfix/chroot-update
exit 0