summaryrefslogtreecommitdiff
path: root/.config/systemd/user/maildirproc@.service
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2018-03-21 12:56:04 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2018-03-21 14:16:34 -0400
commit19f36d3d49f10e81c31cbc56b3f8bf65c91003ad (patch)
tree24f67416ecf16960503e13fd93900083bcbfc266 /.config/systemd/user/maildirproc@.service
parent34593c6f86a8f707394da8f937cca1819b7b7cca (diff)
.config/systemd/user/*.service: Set SyslogIdentifier= to avoid 'env' in journal
Diffstat (limited to '.config/systemd/user/maildirproc@.service')
-rw-r--r--.config/systemd/user/maildirproc@.service1
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/systemd/user/maildirproc@.service b/.config/systemd/user/maildirproc@.service
index f5a7ca5..8f5eee6 100644
--- a/.config/systemd/user/maildirproc@.service
+++ b/.config/systemd/user/maildirproc@.service
@@ -5,6 +5,7 @@ Description=maildirproc mail filter
Type=simple
ExecStart=/usr/bin/env maildirproc --rcfile=${HOME}/.config/maildirproc/%I.rc --logfile=-
Restart=on-failure
+SyslogIdentifier=maildirproc
[Install]
WantedBy=mail.target