From 3bce930650b4d80abeaff76eb99c4d7e42f0c9a5 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 3 Feb 2019 14:12:31 +0100 Subject: xinitrc: Start imap-notify Signed-off-by: Florian Pritz --- .xinitrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.xinitrc b/.xinitrc index e268ef9..7c7a6e6 100644 --- a/.xinitrc +++ b/.xinitrc @@ -55,6 +55,8 @@ if [[ -e ~/perl5 ]]; then eval $(perl -I ~/perl5/lib/perl5/ -Mlocal::lib) fi +systemd-run -G --user -E PATH="$PATH" -E PERL5LIB="$PERL5LIB" --unit imap-notify imap-notify.pl --debug + rm -f "$HOME/passwords.kdb.lock" keepassx & #transmission-remote-gtk & -- cgit v1.2.3-24-g4f1b