From 74f3bb8db2f1e0692e9c8f35a4cbdc7842758564 Mon Sep 17 00:00:00 2001 From: Nemo Date: Fri, 12 Apr 2019 01:46:13 +0530 Subject: [PATCH] have autosync repo timer --- files/git/.config/systemd/user/autosync-repos.timer | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 files/git/.config/systemd/user/autosync-repos.timer diff --git a/files/git/.config/systemd/user/autosync-repos.timer b/files/git/.config/systemd/user/autosync-repos.timer new file mode 100644 index 0000000..095d6b1 --- /dev/null +++ b/files/git/.config/systemd/user/autosync-repos.timer @@ -0,0 +1,9 @@ +[Unit] +Description=Automatically does git push and pull on a number of repos + +[Timer] +OnBootSec=1min +OnUnitActiveSec=15min + +[Install] +WantedBy=timers.target \ No newline at end of file