From 1335bd8e2d409d53b9574aeef4977e397fcd4a2a Mon Sep 17 00:00:00 2001 From: "kujiu (@uberwald)" Date: Tue, 23 Jan 2024 03:18:55 +0100 Subject: [PATCH] Assure bitwarden session set in systemd --- desktop/.local/share/systemd/user/notmuch.service | 2 +- desktop/.local/share/systemd/user/vdirsyncer.service | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/desktop/.local/share/systemd/user/notmuch.service b/desktop/.local/share/systemd/user/notmuch.service index b8ac437..2857c0b 100644 --- a/desktop/.local/share/systemd/user/notmuch.service +++ b/desktop/.local/share/systemd/user/notmuch.service @@ -4,6 +4,6 @@ Documentation=https://notmuch.readthedocs.io/en/latest/ StartLimitBurst=2 [Service] -ExecStart=/usr/bin/notmuch --config=REPLACE_HOME_USER/.config/notmuch/notmuch-config new +ExecStart=/usr/bin/fish --command "/usr/bin/notmuch --config=REPLACE_HOME_USER/.config/notmuch/notmuch-config new" RuntimeMaxSec=3m Restart=on-failure diff --git a/desktop/.local/share/systemd/user/vdirsyncer.service b/desktop/.local/share/systemd/user/vdirsyncer.service index 35b1890..73e5596 100644 --- a/desktop/.local/share/systemd/user/vdirsyncer.service +++ b/desktop/.local/share/systemd/user/vdirsyncer.service @@ -4,6 +4,6 @@ Documentation=https://vdirsyncer.readthedocs.org/ StartLimitBurst=2 [Service] -ExecStart=/usr/bin/vdirsyncer sync +ExecStart=/usr/bin/fish --command "/usr/bin/vdirsyncer sync" RuntimeMaxSec=3m Restart=on-failure