Skip to content

Commit

Permalink
feat(wsl): add example systemd mailpit service
Browse files Browse the repository at this point in the history
  • Loading branch information
codepuncher committed Mar 5, 2024
1 parent f5c3c3e commit abadbf9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions templates/mailpit.service
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[Unit]
Description=Mailpit server
Documentation=https://github.com/axllent/mailpit
After=network.target

[Service]
ExecStart=/usr/local/bin/mailpit
Restart=on-failure
RestartSec=10
SyslogIdentifier=mailpit

[Install]
WantedBy=multi-user.target

0 comments on commit abadbf9

Please sign in to comment.