dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README

commit e1a06aee54ea9d24a796969fc972ca47e1530584
parent 2e7e5fc5a7d53fd45a4dd43717980b913e1d83f2
Author: Pablo Cárdenas <pablo.cardenas@imca.edu.pe>
Date:   Wed, 16 Feb 2022 03:45:54 -0500

Change bugwarrior timer interval

Diffstat:
Mlinux/.config/systemd/user/bugwarrior-pull.timer | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/linux/.config/systemd/user/bugwarrior-pull.timer b/linux/.config/systemd/user/bugwarrior-pull.timer @@ -2,8 +2,8 @@ Description=Run bugwarrior-pull hourly and on boot [Timer] -OnBootSec=15min -OnUnitActiveSec=1h +OnBootSec=5min +OnUnitActiveSec=10min [Install] WantedBy=timers.target