Skip to content

Commit 8e6c21a

Browse files
author
Joe Ferguson
committed
✨ Autostart mailhog on boot
1 parent cbc6056 commit 8e6c21a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/provision.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ ExecStart=/usr/bin/env /usr/local/bin/mailhog > /dev/null 2>&1 &
235235
WantedBy=multi-user.target
236236
EOL
237237

238-
service mailhog start
238+
systemctl enable mailhog
239239

240240
# Configure Supervisor
241241

0 commit comments

Comments
 (0)