Assure bitwarden session set in systemd
This commit is contained in:
parent
de8a7c52f4
commit
1335bd8e2d
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue