Skip to content

Commit

Permalink
fix: correct systemd service description (#1011)
Browse files Browse the repository at this point in the history
  • Loading branch information
s-aga-r authored Jan 6, 2025
1 parent 84a39bd commit f4efa16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ create_service_linux() {
local _dir="$1"
cat <<EOF | sed "s|__PATH__|$_dir|g" > /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
Expand Down
2 changes: 1 addition & 1 deletion resources/systemd/stalwart-mail.service
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit f4efa16

Please sign in to comment.