summarylogtreecommitdiffstats
path: root/mailcatcher.service
diff options
context:
space:
mode:
Diffstat (limited to 'mailcatcher.service')
-rw-r--r--mailcatcher.service4
1 files changed, 2 insertions, 2 deletions
diff --git a/mailcatcher.service b/mailcatcher.service
index 1938f11dcbdd..82fe83701891 100644
--- a/mailcatcher.service
+++ b/mailcatcher.service
@@ -3,8 +3,8 @@ Description=Mailcatcher Service
After=network.target
[Service]
-ExecStart=/usr/bin/mailcatcher --ip localhost --foreground --verbose
-KillSignal=SIGKILL
+ExecStart=/usr/bin/mailcatcher --ip localhost --http-port 1080 --smtp-port 1025 --foreground --verbose
+ExecStop=/usr/bin/curl --silent --get --request DELETE localhost:1080
[Install]
WantedBy=multi-user.target