diff --git a/rootfs/etc/systemd/system/git-sync.timer b/rootfs/etc/systemd/system/git-sync.timer new file mode 100644 index 0000000..7f3b7e9 --- /dev/null +++ b/rootfs/etc/systemd/system/git-sync.timer @@ -0,0 +1,6 @@ +[Unit] +Description=Run Git Sync every 5 minutes + +[Timer] +OnBootSec=30sec +OnUnitActiveSec=5min \ No newline at end of file