summarylogtreecommitdiffstats
path: root/mailcatcher.service
diff options
context:
space:
mode:
Diffstat (limited to 'mailcatcher.service')
-rw-r--r--mailcatcher.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/mailcatcher.service b/mailcatcher.service
new file mode 100644
index 000000000000..1938f11dcbdd
--- /dev/null
+++ b/mailcatcher.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=Mailcatcher Service
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/mailcatcher --ip localhost --foreground --verbose
+KillSignal=SIGKILL
+
+[Install]
+WantedBy=multi-user.target