diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2020-09-13 02:17:43 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2020-09-13 02:17:43 +1200 |
commit | 084dda592c5b23183cc413598a5c80cf04f77047 (patch) | |
tree | e45316803a9908626e05d28aaec824b4ae97d16e /systemd | |
parent | Use short `mail` options for compat with BSD mail (diff) | |
download | dotfiles-084dda592c5b23183cc413598a5c80cf04f77047.tar.gz dotfiles-084dda592c5b23183cc413598a5c80cf04f77047.zip |
Remove forced From: header
Diffstat (limited to 'systemd')
-rw-r--r-- | systemd/user/notify-email@.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/systemd/user/notify-email@.service b/systemd/user/notify-email@.service index 1368f2b9..fba9cdaf 100644 --- a/systemd/user/notify-email@.service +++ b/systemd/user/notify-email@.service @@ -3,5 +3,5 @@ Description=unit status mailer service for %i [Service] Type=oneshot -ExecStart=sh -c 'systemctl --user status %i | mail -a "From: systemd" -a "X-systemd: %H %m %b" -s "[systemd] %i failure" %u' +ExecStart=sh -c 'systemctl --user status %i | mail -a "X-systemd: %H %m %b" -s "[systemd] %i failure" %u' TimeoutStartSec=1m |