aboutsummaryrefslogtreecommitdiff
path: root/SystemD/.config/systemd/user
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2024-05-31 16:02:21 +0100
committerAryadev Chavali <aryadev@aryadevchavali.com>2024-05-31 16:02:21 +0100
commit17348abe78e05702acaff25d6abefa96ff87b43d (patch)
tree041a980f534cbe7a10e352612f3e540417cc4280 /SystemD/.config/systemd/user
parent046e0b9f0123a3c4bd8aa32431b72de486c60671 (diff)
parentfdef946d6555b01b33fe496cdcd6fb293ae11eab (diff)
downloaddotfiles-17348abe78e05702acaff25d6abefa96ff87b43d.tar.gz
dotfiles-17348abe78e05702acaff25d6abefa96ff87b43d.tar.bz2
dotfiles-17348abe78e05702acaff25d6abefa96ff87b43d.zip
Merge remote-tracking branch 'origin/master'
For desktop
Diffstat (limited to 'SystemD/.config/systemd/user')
-rw-r--r--SystemD/.config/systemd/user/mail.service3
-rw-r--r--SystemD/.config/systemd/user/mail.timer4
2 files changed, 5 insertions, 2 deletions
diff --git a/SystemD/.config/systemd/user/mail.service b/SystemD/.config/systemd/user/mail.service
index 16d87c5..d096a6f 100644
--- a/SystemD/.config/systemd/user/mail.service
+++ b/SystemD/.config/systemd/user/mail.service
@@ -4,3 +4,6 @@ Description=Syncing mail using mbsyncrc
[Service]
Type=simple
ExecStart=%h/.local/scripts/mail_fetch
+
+[Install]
+WantedBy=default.target
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]