summaryrefslogtreecommitdiff
path: root/.config/systemd/user/maildirproc@.service
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-03-26 15:23:50 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-03-26 15:26:59 -0400
commit062265f08cbb511e3ffcd10c3ae55f732293ea26 (patch)
tree0fbdc5e26c56b1c1cdc8562223f1c889163269cb /.config/systemd/user/maildirproc@.service
parentcbcae827a5a827ec741a0f28cb69fcc65cac7bd5 (diff)
Log maildirproc into the journal instead of log files
Diffstat (limited to '.config/systemd/user/maildirproc@.service')
-rw-r--r--.config/systemd/user/maildirproc@.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/systemd/user/maildirproc@.service b/.config/systemd/user/maildirproc@.service
index bdca746..9c4181c 100644
--- a/.config/systemd/user/maildirproc@.service
+++ b/.config/systemd/user/maildirproc@.service
@@ -3,7 +3,7 @@ Description=maildirproc mail filter
[Service]
Type=simple
-ExecStart=/usr/bin/maildirproc -r ${HOME}/.config/maildirproc/%I.rc
+ExecStart=/usr/bin/maildirproc --rcfile=${HOME}/.config/maildirproc/%I.rc --logfile=-
Restart=on-failure
[Install]