From 17e13a3ea8461b365eb7c9981c641e37b291c0dd Mon Sep 17 00:00:00 2001 From: Christoph Kuchenbuch Date: Mon, 5 Jan 2026 02:49:32 +0100 Subject: [PATCH] install_sympa.sh: fix error writing /etc/systemd/system/postfix.service.d/override.conf. --- install_sympa.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install_sympa.sh b/install_sympa.sh index c0fa6e7..389d939 100755 --- a/install_sympa.sh +++ b/install_sympa.sh @@ -3957,11 +3957,11 @@ if $START_AT_BOOTTIME ; then fi fi - echo "cat <<'EOF' > /etc/systemd/system/postfix.service.d + echo "cat <<'EOF' > /etc/systemd/system/postfix.service.d/override.conf [Service] ReadWritePaths=/usr/local/sympa EOF" >> $_log_file - cat <<'EOF' > /etc/systemd/system/postfix.service.d 2>> $_log_file + cat <<'EOF' > /etc/systemd/system/postfix.service.d/override.conf 2>> $_log_file [Service] ReadWritePaths=/usr/local/sympa EOF