summaryrefslogtreecommitdiff
path: root/.config/systemd
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-03-26 15:34:49 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-03-26 15:34:49 -0400
commit727016e9d57179f3da54c0c41f99725f4d34757b (patch)
treee06db51e81c99ff95c5b2133beae0c950570c570 /.config/systemd
parent85adbe95f90f77d0c5d5c2a9e2a7fd8933eb216a (diff)
parent4e5135eee28a7895dbc5fd74b0f49314a0f2397e (diff)
Merge branch 'master' into gluglugt60-par/master
Diffstat (limited to '.config/systemd')
-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]