From 7f29a1e519d51934ecf86ddd6fc7d080b2eaaf91 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Sun, 30 May 2021 14:59:12 +0700 Subject: Set up mbsync --- debian/.config/systemd/user/mbsync-primary.timer | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 debian/.config/systemd/user/mbsync-primary.timer (limited to 'debian/.config/systemd/user/mbsync-primary.timer') diff --git a/debian/.config/systemd/user/mbsync-primary.timer b/debian/.config/systemd/user/mbsync-primary.timer new file mode 100644 index 0000000..a0f4151 --- /dev/null +++ b/debian/.config/systemd/user/mbsync-primary.timer @@ -0,0 +1,11 @@ +[Unit] +Description=Timer for primary accound mbsync +ConditionPathExists=%h/.mbsyncrc +After=network.target + +[Timer] +OnBootSec=1m +OnUnitInactiveSec=1m + +[Install] +WantedBy=default.target -- cgit 1.4.1