commit 2cd5c07bbcb9de32b58fa2f665800a07062f4621 parent b1110f8076b85baaae388086b1df3677003f36a1 Author: Janis Pagel <janis.pagel@ims.uni-stuttgart.de> Date: Fri, 11 Sep 2020 12:59:33 +0200 Use custom script with pre and post hooks Diffstat:
M | systemd/mbsync.service | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/systemd/mbsync.service b/systemd/mbsync.service @@ -4,5 +4,5 @@ After=network.target network-online.target dbus.socket [Service] Type=oneshot -ExecStart=/usr/bin/mbsync -Va -ExecStartPost=/usr/bin/notmuch new +ExecStart=/home/janis/.local/bin/mbsync-hooks -Va +#ExecStartPost=/usr/bin/notmuch new