diff --git a/systemd/.config/systemd/user/syncemail.timer b/systemd/.config/systemd/user/syncemail.timer index 788747e..5d0b400 100644 --- a/systemd/.config/systemd/user/syncemail.timer +++ b/systemd/.config/systemd/user/syncemail.timer @@ -2,7 +2,8 @@ Description=Mailbox synchronization timer [Timer] -OnCalendar=*-*-* *:00/2:00 +OnBootSec=2m +OnUnitActiveSec=5m Persistent=true Unit=syncemail.service diff --git a/systemd/.config/systemd/user/timers.target.wants/syncemail.timer b/systemd/.config/systemd/user/timers.target.wants/syncemail.timer new file mode 120000 index 0000000..fa7db4d --- /dev/null +++ b/systemd/.config/systemd/user/timers.target.wants/syncemail.timer @@ -0,0 +1 @@ +/home/bca/.config/systemd/user/syncemail.timer \ No newline at end of file