aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mbsync/.config/systemd/user
diff options
context:
space:
mode:
authorToby Vincent <tobyv@tobyvin.dev>2024-04-22 14:58:35 -0500
committerToby Vincent <tobyv@tobyvin.dev>2024-04-22 14:58:35 -0500
commit0f8dc7ab0dfb18ae268a35e60ee5a843ced9d330 (patch)
treed28f860e6245167e7252429361e558fb80b75111 /mbsync/.config/systemd/user
parent68113f340c039ad665862a6f6ac069abbd7b94d6 (diff)
fix(aerc): update aerc configs to work on git HEAD
Diffstat (limited to 'mbsync/.config/systemd/user')
-rw-r--r--mbsync/.config/systemd/user/maildir-notify@.service3
-rw-r--r--mbsync/.config/systemd/user/mbsync@.service3
2 files changed, 4 insertions, 2 deletions
diff --git a/mbsync/.config/systemd/user/maildir-notify@.service b/mbsync/.config/systemd/user/maildir-notify@.service
index a6b87b5..6d2d3e0 100644
--- a/mbsync/.config/systemd/user/maildir-notify@.service
+++ b/mbsync/.config/systemd/user/maildir-notify@.service
@@ -5,3 +5,6 @@ Description=Notify on new mail in MailDir %i
Type=simple
ExecStart=%h/.local/bin/maildir-notify ${XDG_DATA_HOME}/mail/%i/INBOX
RestartSec=10
+
+[Install]
+WantedBy=default.target
diff --git a/mbsync/.config/systemd/user/mbsync@.service b/mbsync/.config/systemd/user/mbsync@.service
index 86a51f2..f0476b3 100644
--- a/mbsync/.config/systemd/user/mbsync@.service
+++ b/mbsync/.config/systemd/user/mbsync@.service
@@ -1,9 +1,8 @@
[Unit]
Description=Mailbox synchronization service
Documentation=man:mbsync(1)
-Wants=network-online.target maildir-notify@%i.service
+Wants=network-online.target
After=network-online.target network.target
-Before=maildir-notify@%i.service
[Service]
Type=oneshot