From 5b6acc1c2bc7d938437dcbdd22a55720b7f68554 Mon Sep 17 00:00:00 2001 From: Jacob Keller Date: Tue, 11 Aug 2015 15:17:48 -0700 Subject: [PATCH] send-mail-on-failure: specify correct directory Signed-off-by: Jacob Keller --- email/systemd/send-mail-on-failure@.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/email/systemd/send-mail-on-failure@.service b/email/systemd/send-mail-on-failure@.service index 7034286..95a27bc 100644 --- a/email/systemd/send-mail-on-failure@.service +++ b/email/systemd/send-mail-on-failure@.service @@ -6,4 +6,4 @@ Description=Send mail on failure of %i [Service] # You should customize the email address here -ExecStart=/home/aiaiai/git/aiaiai/systemd/send-mail-on-failure.sh %i root@localhost +ExecStart=/home/aiaiai/git/aiaiai/email/systemd/send-mail-on-failure.sh %i root@localhost -- 2.49.0