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