aboutsummarylogtreecommitdiffstats
path: root/mailhog.service
blob: 4fc9c8242b287a40d68530bfb6cdb6f57270d02d (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Mailhog - Web and API based SMTP testing
After=syslog.target network.target

[Service]
ExecStart=/usr/local/bin/mailhog
ExecReload=/bin/kill -USR2 $MAINPID
User=nobody

[Install]
WantedBy=multi-user.target