From 64e60cab2e4e6bbdaccd4a73ab8237ffd60218f3 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Wed, 14 Oct 2020 09:25:59 -0400 Subject: [PATCH] [systemd] Update the mailhog script --- systemd/.config/systemd/user/mailhog.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemd/.config/systemd/user/mailhog.service b/systemd/.config/systemd/user/mailhog.service index e5a7588..330d55e 100644 --- a/systemd/.config/systemd/user/mailhog.service +++ b/systemd/.config/systemd/user/mailhog.service @@ -3,7 +3,7 @@ Description=Mailhog After=network.target [Service] -ExecStart=/usr/bin/env /usr/local/bin/mailhog > /dev/null 2>&1 & +ExecStart=/usr/bin/env mailhog > /dev/null 2>&1 & Restart=on-failure SuccessExitStatus=3 4 RestartForceExitStatus=3 4