PKGBUILDs/community/haproxy/haproxy.install
2019-02-16 19:46:40 +00:00

9 lines
275 B
Plaintext

post_install() {
printf '==> %s\n' "The example config chroots HAProxy, meaning that logging to journald won't work."
printf ' %s\n' "Either disable chrooting, use rsyslog, or bind /run/systemd/journal/dev-log into the chroot."
}
post_upgrade() {
post_install $1
}