summarylogtreecommitdiffstats
path: root/mailcatcher.service
blob: 1938f11dcbdd38278c722fca0c5cd6dfc8f04eec (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=Mailcatcher Service
After=network.target

[Service]
ExecStart=/usr/bin/mailcatcher --ip localhost --foreground --verbose
KillSignal=SIGKILL

[Install]
WantedBy=multi-user.target