diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2024-05-06 02:23:38 +0530 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2024-05-06 02:38:06 +0530 |
commit | 2986c04c2fcad44eb80ce01336ade33a7429cf7a (patch) | |
tree | b27268aaf71518841b11d19050f727275965b876 /SystemD/.config/systemd | |
parent | 04a4f50daf64f3159b9f8f15c0a106073d738a54 (diff) | |
download | dotfiles-2986c04c2fcad44eb80ce01336ade33a7429cf7a.tar.gz dotfiles-2986c04c2fcad44eb80ce01336ade33a7429cf7a.tar.bz2 dotfiles-2986c04c2fcad44eb80ce01336ade33a7429cf7a.zip |
(Emacs|Shell|SystemD)~Small changes
Diffstat (limited to 'SystemD/.config/systemd')
-rw-r--r-- | SystemD/.config/systemd/user/mail.timer | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/SystemD/.config/systemd/user/mail.timer b/SystemD/.config/systemd/user/mail.timer index 0d1b970..b166cba 100644 --- a/SystemD/.config/systemd/user/mail.timer +++ b/SystemD/.config/systemd/user/mail.timer @@ -1,9 +1,9 @@ [Unit] -Description=Run mail sync every 3 hours +Description=Run mail sync every hour [Timer] OnBootSec=1min -OnUnitActiveSec=10800 +OnUnitActiveSec=3600 Unit=mail.service [Install] |