From f4efa165b60ba09e0fa4fbf2c7e22d7f5a668728 Mon Sep 17 00:00:00 2001 From: s-aga-r Date: Mon, 6 Jan 2025 21:39:12 +0530 Subject: [PATCH] fix: correct systemd service description (#1011) --- install.sh | 2 +- resources/systemd/stalwart-mail.service | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index d1c1b7c2..7cafc385 100644 --- a/install.sh +++ b/install.sh @@ -138,7 +138,7 @@ create_service_linux() { local _dir="$1" cat < /etc/systemd/system/stalwart-mail.service [Unit] -Description=Stalwart Mail Server Server +Description=Stalwart Mail Server Conflicts=postfix.service sendmail.service exim4.service ConditionPathExists=__PATH__/etc/config.toml After=network-online.target diff --git a/resources/systemd/stalwart-mail.service b/resources/systemd/stalwart-mail.service index 12357ab0..376a083c 100644 --- a/resources/systemd/stalwart-mail.service +++ b/resources/systemd/stalwart-mail.service @@ -1,5 +1,5 @@ [Unit] -Description=Stalwart Mail Server Server +Description=Stalwart Mail Server Conflicts=postfix.service sendmail.service exim4.service ConditionPathExists=__PATH__/etc/config.toml After=network-online.target